Home
last modified time | relevance | path

Searched refs:BITS_PER_LONG (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_osdep.h32 #ifndef BITS_PER_LONG
33 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h37 #ifndef BITS_PER_LONG
38 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
46 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/f-stack/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h32 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
34 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h89 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
90 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h828 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro
830 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h435 return (BITS_PER_LONG == 32); in zpl_is_32bit_api()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c174 #if BITS_PER_LONG == 32
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c18 #define BITS_PER_LONG 32 macro
20 #define BITS_PER_LONG 64 macro