Home
last modified time | relevance | path

Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/arch/s390/mm/
Dpgalloc.c134 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function
271 atomic_xor_bits(&ptdesc->_refcount, in page_table_alloc()
294 atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in page_table_alloc()
299 atomic_xor_bits(&ptdesc->_refcount, 0x01U << 24); in page_table_alloc()
346 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24)); in page_table_free()
360 mask = atomic_xor_bits(&ptdesc->_refcount, 0x10U << (bit + 24)); in page_table_free()
367 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in page_table_free()
399 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu()
430 mask = atomic_xor_bits(&ptdesc->_refcount, mask << (4 + 24)); in __tlb_remove_table()
436 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in __tlb_remove_table()