Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgalloc.c153 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function
210 atomic_xor_bits(&page->_refcount, in page_table_alloc()
232 atomic_xor_bits(&page->_refcount, 3 << 24); in page_table_alloc()
237 atomic_xor_bits(&page->_refcount, 1 << 24); in page_table_alloc()
256 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free()
263 mask = atomic_xor_bits(&page->_refcount, 0x10U << (bit + 24)); in page_table_free()
268 atomic_xor_bits(&page->_refcount, 3U << 24); in page_table_free()
292 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu()
315 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24)); in __tlb_remove_table()
322 atomic_xor_bits( in __tlb_remove_table()
[all...]
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgalloc.c134 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( in __tlb_remove_table()
[all...]

Completed in 2 milliseconds