Lines Matching defs:bit
194 unsigned int mask, bit;
207 bit = mask & 1; /* =1 -> second 2K */
208 if (bit)
211 1U << (bit + 24));
249 unsigned int bit, mask;
254 bit = (__pa(table) & ~PAGE_MASK)/(PTRS_PER_PTE*sizeof(pte_t));
256 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24));
263 mask = atomic_xor_bits(&page->_refcount, 0x10U << (bit + 24));
280 unsigned int bit, mask;
290 bit = (__pa(table) & ~PAGE_MASK) / (PTRS_PER_PTE*sizeof(pte_t));
292 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24));
299 table = (unsigned long *) (__pa(table) | (1U << bit));