Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/arch/s390/mm/ |
A D | pgalloc.c | 144 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function 278 atomic_xor_bits(&page->_refcount, in page_table_alloc() 300 atomic_xor_bits(&page->_refcount, 0x03U << 24); in page_table_alloc() 305 atomic_xor_bits(&page->_refcount, 0x01U << 24); in page_table_alloc() 342 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free() 349 mask = atomic_xor_bits(&page->_refcount, 0x10U << (bit + 24)); in page_table_free() 356 mask = atomic_xor_bits(&page->_refcount, 0x03U << 24); in page_table_free() 387 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu() 410 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24)); in __tlb_remove_table() 416 mask = atomic_xor_bits(&page->_refcount, 0x03U << 24); in __tlb_remove_table()
|
Completed in 3 milliseconds