Home
last modified time | relevance | path

Searched defs:BIT_ULL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/vdso/
H A Dbits.h8 #define BIT_ULL(nr) (ULL(1) << (nr)) macro
/openbmc/linux/include/vdso/
H A Dbits.h8 #define BIT_ULL(nr) (ULL(1) << (nr)) macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dvm_util.h9 #define BIT_ULL(nr) (1ULL << (nr)) macro
/openbmc/u-boot/include/linux/
H A Dbitops.h10 #define BIT_ULL(nr) (1ULL << (nr)) macro
/openbmc/qemu/include/qemu/
H A Dbitops.h23 #define BIT_ULL(nr) (1ULL << (nr)) macro
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst.h34 #define BIT_ULL(nr) (1ULL << (nr)) macro