Searched refs:ffs (Results 1 – 25 of 59) sorted by relevance
123
10 ENTRY(ffs)68 ENDPROC(ffs)71 EXPORT_SYMBOL(ffs)74 .word ffs
51 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
97 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro107 return ffs(word) - 1; in __ffs()144 static inline __attribute__ ((const)) int ffs(unsigned int x) in ffs() function
23 int ffs = MAX_8042_FF; in empty_8042() local31 if (!--ffs) in empty_8042()
13 static inline int ffs(int x) in ffs() function
184 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E)))); in mask_fcr31_x()
27 if (bit != ffs(memsize + highmemsize)) in prom_init_memory()
12 static inline int ffs(int x) in ffs() function
35 int ffs(int x);
187 irq = ffs((pending >> 16) & 0x7f); in pcit_hwint1()200 irq = ffs((pending >> 16) & 0x3f); in pcit_hwint0()
214 irq = ffs(((cause & status) >> 8) & 0xf8); in a20r_hwint()
271 irq = PCIMT_IRQ_INT2 + ffs(pend) - 1; in pcimt_hwint3()
42 irq = ffs(isr) - 1; in mach_i8259_irq()
499 static inline int ffs(int x) in ffs() function521 static inline int ffs(int x) in ffs() function533 return ffs(x) - 1; in __ffs()
66 (ffs(FPU_CSR_ALL_X) - ffs(FPU_CSR_ALL_E))); in mask_fcsr_x()
188 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()197 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon()
241 static inline int ffs(int x) in ffs() function
215 src = 32 - ffs(msr); in uic_irq_cascade()329 src = 32 - ffs(msr); in uic_get_irq()
164 static __inline__ int ffs(int x) in ffs() function
52 ffs r0, r4
60 static inline int ffs(unsigned long x) in ffs() function
194 static inline int ffs(int word) in ffs() function
122 dev->bshift = ffs(bsize) - 10; in nfhd_init_one()
136 #define ffs(x) (__builtin_constant_p(x) ? __builtin_ffs(x) : variable_ffs(x)) macro
124 index = ffs(pte_list_count(&rmap[l])); in kvm_mmu_rmaps_stat_show()
Completed in 44 milliseconds