/arch/sparc/lib/ |
D | ffs.S | 10 ENTRY(ffs) 68 ENDPROC(ffs) 71 EXPORT_SYMBOL(ffs) 74 .word ffs
|
/arch/unicore32/include/asm/ |
D | bitops.h | 36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro 37 #define __ffs(x) (ffs(x) - 1)
|
/arch/x86/boot/ |
D | a20.c | 25 int ffs = MAX_8042_FF; in empty_8042() local 33 if (!--ffs) in empty_8042()
|
/arch/openrisc/include/asm/bitops/ |
D | ffs.h | 17 static inline int ffs(int x) in ffs() function
|
/arch/cris/include/asm/ |
D | bitops.h | 34 #define ffs(x) kernel_ffs(x) macro
|
/arch/c6x/include/asm/ |
D | bitops.h | 76 static inline int ffs(int x) in ffs() function
|
/arch/arc/include/asm/ |
D | bitops.h | 338 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro 348 return ffs(word) - 1; in __ffs() 385 static inline __attribute__ ((const)) int ffs(unsigned long x) in ffs() function
|
/arch/mips/include/asm/ |
D | fpu_emulator.h | 210 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)))); in mask_fcr31_x()
|
/arch/sparc/include/asm/ |
D | bitops_64.h | 34 int ffs(int x);
|
/arch/mips/pmcs-msp71xx/ |
D | msp_irq_slp.c | 105 do_IRQ(ffs(pending) + intbase - 1); in msp_slp_irq_dispatch()
|
D | msp_irq_per.c | 127 do_IRQ(ffs(pending) + MSP_PER_INTBASE - 1); in msp_per_irq_dispatch()
|
D | msp_irq_cic.c | 208 do_IRQ(ffs(pending) + MSP_CIC_INTBASE - 1); in msp_cic_irq_dispatch()
|
/arch/mips/sni/ |
D | pcit.c | 187 irq = ffs((pending >> 16) & 0x7f); in pcit_hwint1() 200 irq = ffs((pending >> 16) & 0x3f); in pcit_hwint0()
|
/arch/m68k/include/asm/ |
D | bitops.h | 464 static inline int ffs(int x) in ffs() function 486 static inline int ffs(int x) in ffs() function 495 #define __ffs(x) (ffs(x) - 1)
|
/arch/mips/loongson64/lemote-2f/ |
D | irq.c | 46 irq = ffs(isr) - 1; in mach_i8259_irq()
|
/arch/hexagon/include/asm/ |
D | bitops.h | 235 static inline int ffs(int x) in ffs() function
|
/arch/arm/include/asm/ |
D | bitops.h | 295 static inline int ffs(int x) in ffs() function 306 return ffs(x) - 1; in __ffs()
|
/arch/xtensa/include/asm/ |
D | bitops.h | 62 static inline int ffs(unsigned long x) in ffs() function
|
/arch/mips/mm/ |
D | c-octeon.c | 203 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon() 212 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon()
|
/arch/mn10300/include/asm/ |
D | bitops.h | 215 int ffs(int x) in ffs() function
|
/arch/arc/lib/ |
D | strcmp-archs.S | 55 ffs r0, r4
|
/arch/parisc/include/asm/ |
D | bitops.h | 181 static __inline__ int ffs(int x) in ffs() function
|
/arch/mips/loongson64/common/ |
D | mem.c | 34 if (bit != ffs(memsize + highmemsize)) in prom_init_memory()
|
/arch/powerpc/platforms/4xx/ |
D | uic.c | 218 src = 32 - ffs(msr); in uic_irq_cascade() 332 src = 32 - ffs(msr); in uic_get_irq()
|
/arch/blackfin/include/asm/ |
D | ipipe.h | 156 return ffs(ul) - 1; in __ipipe_ffnz()
|