Lines Matching refs:PAGE_SIZE
298 unsigned long tmp = PAGE_SIZE - (addr & ~PAGE_MASK); in cache_flush_040()
304 tmp = PAGE_SIZE; in cache_flush_040()
316 i = (PAGE_SIZE - (paddr & ~PAGE_MASK)) >> 4; in cache_flush_040()
350 addr += PAGE_SIZE; in cache_flush_040()
351 i = PAGE_SIZE / 16; in cache_flush_040()
361 addr += PAGE_SIZE; in cache_flush_040()
371 len += (addr & ~PAGE_MASK) + (PAGE_SIZE - 1); in cache_flush_040()
372 for (len >>= PAGE_SHIFT; len--; addr += PAGE_SIZE) in cache_flush_040()
459 unsigned long tmp = PAGE_SIZE - (addr & ~PAGE_MASK); in cache_flush_060()
465 tmp = PAGE_SIZE; in cache_flush_060()
477 i = (PAGE_SIZE - (paddr & ~PAGE_MASK)) >> 4; in cache_flush_060()
509 addr += PAGE_SIZE; in cache_flush_060()
512 i = PAGE_SIZE / 16; in cache_flush_060()
522 addr += PAGE_SIZE; in cache_flush_060()
532 len += (addr & ~PAGE_MASK) + (PAGE_SIZE - 1); in cache_flush_060()
535 for (len >>= PAGE_SHIFT; len--; addr += PAGE_SIZE) in cache_flush_060()
632 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush()
634 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) in sys_cacheflush()
649 return PAGE_SIZE; in sys_getpagesize()