Searched refs:ia64_fls (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/ia64/include/asm/
H A Dbitops.h374 * for x==0. Bits are numbered from 0..63 (e.g., ia64_fls(9) == 3).
377 ia64_fls (unsigned long x) ia64_fls() function
/linux-4.1.27/arch/ia64/mm/
H A Dtlb.c315 nbits = ia64_fls(size + 0xfff); flush_tlb_range()
354 purge.max_bits = ia64_fls(purge.mask); ia64_tlb_init()
/linux-4.1.27/arch/ia64/kernel/
H A Dtime.c228 unsigned long hi = 1UL << ia64_fls(cpu); ia64_cpu_local_tick()

Completed in 203 milliseconds