Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 136 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function 274 atomic_xor_bits(&ptdesc->_refcount, in page_table_alloc() 297 atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in page_table_alloc() 302 atomic_xor_bits(&ptdesc->_refcount, 0x01U << 24); in page_table_alloc() 349 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24)); in page_table_free() 363 mask = atomic_xor_bits(&ptdesc->_refcount, 0x10U << (bit + 24)); in page_table_free() 370 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in page_table_free() 402 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu() 433 mask = atomic_xor_bits(&ptdesc->_refcount, mask << (4 + 24)); in __tlb_remove_table() 439 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in __tlb_remove_table()
|