Lines Matching refs:tmp
65 unsigned char tmp; in get_pointer_table() local
91 for (tmp = 1, off = 0; (mask & tmp) == 0; tmp <<= 1, off += PTABLE_SIZE) in get_pointer_table()
93 PD_MARKBITS(dp) = mask & ~tmp; in get_pointer_table()
208 int tmp; in cache_clear() local
215 if ((tmp = -paddr & (PAGE_SIZE - 1))) { in cache_clear()
217 if ((len -= tmp) <= 0) in cache_clear()
219 paddr += tmp; in cache_clear()
221 tmp = PAGE_SIZE; in cache_clear()
223 while ((len -= tmp) >= 0) { in cache_clear()
225 paddr += tmp; in cache_clear()
227 if ((len += tmp)) in cache_clear()
257 int tmp = PAGE_SIZE; in cache_push() local
274 paddr += tmp; in cache_push()
275 } while ((len -= tmp) > 0); in cache_push()