Searched refs:flsl (Results 1 – 10 of 10) sorted by relevance
35 static inline int flsl(unsigned long x) in flsl() function
18 #define flsl fls macro
123 #define ffsl(x) ({ unsigned long __t = (x); flsl(__t & -__t); })
140 t = (1 << (flsl(*r) - 1 - MAX_LOG2_SLI)) - 1; in MAPPING_SEARCH()142 *fl = flsl(*r) - 1; in MAPPING_SEARCH()166 *fl = flsl(r) - 1; in MAPPING_INSERT()
400 (flsl(page_to_mfn(pg)) ? : 1))2103 xenheap_bits = min(flsl(mfn + 1) - 1 + PAGE_SHIFT, PADDR_BITS); in xenheap_max_mfn()
110 # define fls64 flsl
432 static inline int flsl(unsigned long x) in flsl() function
367 flsl(node_start_pfn(node) + node_spanned_pages(node) / 4 - 1) in arch_get_dma_bitsize()
95 xstate_features = flsl(xfeature_mask); in setup_xstate_features()
942 res->b = flsl(get_upper_mfn_bound()) + PAGE_SHIFT; in cpuid_hypervisor_leaves()
Completed in 16 milliseconds