Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/s390/mm/ |
D | pgalloc.c | 134 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function 272 atomic_xor_bits(&ptdesc->_refcount, in page_table_alloc() 295 atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in page_table_alloc() 300 atomic_xor_bits(&ptdesc->_refcount, 0x01U << 24); in page_table_alloc() 347 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24)); in page_table_free() 361 mask = atomic_xor_bits(&ptdesc->_refcount, 0x10U << (bit + 24)); in page_table_free() 368 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in page_table_free() 400 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu() 431 mask = atomic_xor_bits(&ptdesc->_refcount, mask << (4 + 24)); in __tlb_remove_table() 437 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24); in __tlb_remove_table()
|