Home
last modified time | relevance | path

Searched refs:__load_ulong_le (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/s390/include/asm/
Dbitops.h543 static inline unsigned long __load_ulong_le(const unsigned long *p, in __load_ulong_le() function
756 bits = __ffz_word(bytes*8, __load_ulong_le(vaddr, bytes)); in find_first_zero_bit_le()
778 set = __ffz_word(bit, __load_ulong_le(p, 0) >> bit); in find_next_zero_bit_le()
798 bits = __ffs_word(bytes*8, __load_ulong_le(vaddr, bytes)); in find_first_bit_le()
820 set = __ffs_word(0, __load_ulong_le(p, 0) & (~0UL << bit)); in find_next_bit_le()