Home
last modified time | relevance | path

Searched refs:HWEIGHT32 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/include/asm-generic/bitops/
H A Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/openbmc/linux/include/asm-generic/bitops/
H A Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/openbmc/linux/fs/notify/
H A Dfsnotify.c604 BUILD_BUG_ON(HWEIGHT32(ALL_FSNOTIFY_BITS) != 23); in fsnotify_init()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1946 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 13); in fanotify_user_setup()
1947 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_MARK_FLAGS) != 11); in fanotify_user_setup()
H A Dfanotify.c926 BUILD_BUG_ON(HWEIGHT32(ALL_FANOTIFY_EVENT_BITS) != 21); in fanotify_handle_event()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c863 BUILD_BUG_ON(HWEIGHT32(ALL_INOTIFY_BITS) != 22); in inotify_user_setup()
/openbmc/linux/fs/
H A Dfcntl.c1025 HWEIGHT32( in fcntl_init()
/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c43 #define AVIC_VM_ID_SHIFT HWEIGHT32(AVIC_PHYSICAL_MAX_INDEX_MASK)
/openbmc/linux/fs/overlayfs/
H A Dutil.c868 BUILD_BUG_ON(HWEIGHT32(OVL_PROT_FS_FLAGS_MASK) > OVL_PROTATTR_MAX); in ovl_set_protattr()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c419 HWEIGHT32(PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_LIMIT_BASE_MASK); in brcm_pcie_set_outbound_win()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c528 BUILD_BUG_ON(IWL_MVM_MAX_UMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK) || in iwl_mvm_mac_setup_register()
529 IWL_MVM_MAX_LMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK)); in iwl_mvm_mac_setup_register()