atomic_xor_bits   212 arch/s390/mm/pgalloc.c 				atomic_xor_bits(&page->_refcount,
atomic_xor_bits   234 arch/s390/mm/pgalloc.c 		atomic_xor_bits(&page->_refcount, 3 << 24);
atomic_xor_bits   239 arch/s390/mm/pgalloc.c 		atomic_xor_bits(&page->_refcount, 1 << 24);
atomic_xor_bits   258 arch/s390/mm/pgalloc.c 		mask = atomic_xor_bits(&page->_refcount, 1U << (bit + 24));
atomic_xor_bits   268 arch/s390/mm/pgalloc.c 		atomic_xor_bits(&page->_refcount, 3U << 24);
atomic_xor_bits   292 arch/s390/mm/pgalloc.c 	mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24));
atomic_xor_bits   315 arch/s390/mm/pgalloc.c 		mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24));
atomic_xor_bits   322 arch/s390/mm/pgalloc.c 			atomic_xor_bits(&page->_refcount, 3 << 24);