Searched refs:ffz (Results 1 – 25 of 32) 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
48 #define ffz(x) __ffs(~(x)) macro
44 static inline unsigned long ffz(unsigned long w) in ffz() function
41 ffz(unsigned long w) in ffz() function
38 static inline unsigned long ffz(unsigned long word) in ffz() function
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()
81 i = ffz(~pld); in mikasa_device_interrupt()
79 i = ffz(~pld); in eb64p_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()
95 ret = ffz(mm_pkey_allocation_map(mm)); in mm_pkey_alloc()
374 static __always_inline unsigned long ffz(unsigned long word) in ffz() function
197 static inline long ffz(int x) in ffz() function
42 static inline int ffz(unsigned long x) 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
102 cpld_irq = ffz(status) + offset; in cpld_pic_get_irq()
109 which = ffz(~ops); in handle_IPI()
424 #define ffz(x) __ffs(~(x)) macro
141 unsigned long which = ffz(~ops); in ipi_interrupt()
314 static inline unsigned long ffz(unsigned long word) in ffz() function
309 #define ffz(x) __ffs( ~(x) ) macro