Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbits.h42 #define GENMASK_ULL(h, l) \ macro
/openbmc/linux/tools/include/linux/
H A Dbits.h42 #define GENMASK_ULL(h, l) \ macro
/openbmc/u-boot/include/linux/
H A Dbitops.h32 #define GENMASK_ULL(h, l) \ macro
/openbmc/qemu/tests/qtest/libqos/
H A Driscv-iommu.h19 #define GENMASK_ULL(h, l) (((~0ULL) >> (63 - (h) + (l))) << (l)) macro
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst.h36 #define GENMASK_ULL(h, l) \ macro
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h19 #define GENMASK_ULL(h, l) (((~0ULL) >> (63 - (h) + (l))) << (l)) macro