Lines Matching refs:PAGE_SIZE
106 unsigned long tmp = PAGE_SIZE - (addr & ~PAGE_MASK); in cache_flush_040()
112 tmp = PAGE_SIZE; in cache_flush_040()
124 i = (PAGE_SIZE - (paddr & ~PAGE_MASK)) >> 4; in cache_flush_040()
158 addr += PAGE_SIZE; in cache_flush_040()
159 i = PAGE_SIZE / 16; in cache_flush_040()
169 addr += PAGE_SIZE; in cache_flush_040()
179 len += (addr & ~PAGE_MASK) + (PAGE_SIZE - 1); in cache_flush_040()
180 for (len >>= PAGE_SHIFT; len--; addr += PAGE_SIZE) in cache_flush_040()
267 unsigned long tmp = PAGE_SIZE - (addr & ~PAGE_MASK); in cache_flush_060()
273 tmp = PAGE_SIZE; in cache_flush_060()
285 i = (PAGE_SIZE - (paddr & ~PAGE_MASK)) >> 4; in cache_flush_060()
317 addr += PAGE_SIZE; in cache_flush_060()
320 i = PAGE_SIZE / 16; in cache_flush_060()
330 addr += PAGE_SIZE; in cache_flush_060()
340 len += (addr & ~PAGE_MASK) + (PAGE_SIZE - 1); in cache_flush_060()
343 for (len >>= PAGE_SHIFT; len--; addr += PAGE_SIZE) in cache_flush_060()
442 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush()
444 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) in sys_cacheflush()
554 return PAGE_SIZE; in sys_getpagesize()