Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
144 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function201 atomic_xor_bits(&page->_refcount, in page_table_alloc()223 atomic_xor_bits(&page->_refcount, 3 << 24); in page_table_alloc()228 atomic_xor_bits(&page->_refcount, 1 << 24); in page_table_alloc()247 mask = atomic_xor_bits(&page->_refcount, 1U << (bit + 24)); in page_table_free()257 atomic_xor_bits(&page->_refcount, 3U << 24); in page_table_free()281 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu()304 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24)); in __tlb_remove_table()311 atomic_xor_bits(&page->_refcount, 3 << 24); in __tlb_remove_table()