Home
last modified time | relevance | path

Searched refs:hweight32 (Results 1 – 6 of 6) sorted by relevance

/xen/xen/common/
A Dbitmap.c192 w += hweight32(bitmap[k]); in __bitmap_weight()
195 w += hweight32(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()
/xen/xen/include/asm-arm/
A Dbitops.h180 #define hweight32(x) generic_hweight32(x) macro
/xen/tools/tests/x86_emulator/
A Dx86-emulate.h65 #define hweight32 __builtin_popcount macro
/xen/xen/include/asm-x86/
A Dbitops.h479 #define hweight32(x) generic_hweight32(x) macro
/xen/xen/common/efi/
A Dboot.c820 bpp = hweight32(mode_info->PixelInformation.RedMask | in efi_find_gop_mode()
/xen/xen/arch/x86/
A Ddomain.c295 unsigned int sig = hweight32(~pfn_hole_mask); in _domain_struct_bits()

Completed in 12 milliseconds