Home
last modified time | relevance | path

Searched refs:fls64 (Results 1 – 3 of 3) sorted by relevance

/hypervisor/include/arch/x86/asm/lib/
A Dbits.h76 static inline uint16_t fls64(uint64_t value) in fls64() function
177 return ((value != 0UL) ? (63U - fls64(value)) : 64U); in clz64()
/hypervisor/arch/x86/guest/
A Dvm_reset.c246 for (vm_id = fls64(*vms); vm_id < CONFIG_MAX_VM_NUM; vm_id = fls64(*vms)) { in shutdown_vm_from_idle()
A Dvcat.c295 uint16_t high = fls64(bitmask); in is_contiguous()

Completed in 4 milliseconds