Searched refs:ffz (Results 1 – 25 of 31) sorted by relevance
12
30 static inline unsigned long ffz(unsigned long word) in ffz() function64 static inline unsigned long ffz(unsigned long word) in ffz() function
45 #define ffz(x) __ffs(~(x)) macro
82 i = ffz(~pld); in pyxis_device_interrupt()
85 i = ffz(~pld); in rx164_device_interrupt()
162 int j = ffz(~pic); in isa_no_iack_sc_device_interrupt()
79 i = ffz(~pld); in eb64p_device_interrupt()
81 i = ffz(~pld); in mikasa_device_interrupt()
99 i = ffz(~pld); in alcor_device_interrupt()
87 i = ffz(~pld); in noritake_device_interrupt()
81 i = ffz(~pld); in cabriolet_device_interrupt()
183 static inline long ffz(int x) in ffz() function
100 ret = ffz(mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
247 static __always_inline unsigned long ffz(unsigned long word) in ffz() function
152 (13 + (ffz(PM_DEFAULT_MASK >> 13) / 2))); in xlp_mmu_init()
26 static inline unsigned long ffz(unsigned long word) in ffz() function
40 static inline int ffz(unsigned long x) in ffz() function
98 cpld_irq = ffz(status) + offset; in cpld_pic_get_irq()
127 ret = ffz((u32)mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
109 which = ffz(~ops); in handle_IPI()
421 #define ffz(x) __ffs(~(x)) macro
314 static inline unsigned long ffz(unsigned long word) in ffz() function
139 unsigned long which = ffz(~ops); in ipi_interrupt()
348 ffz (unsigned long x) in ffz() function
226 min_align = 2ULL << ffz(rela[i].r_offset | 0x7); in count_plts()
432 static inline unsigned long ffz(unsigned long word) in ffz() function