Home
last modified time | relevance | path

Searched defs:PHYSICAL_PAGE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpage_types.h19 #define PHYSICAL_PAGE_MASK (((signed long)PAGE_MASK) & __PHYSICAL_MASK) macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h330 #define PHYSICAL_PAGE_MASK GENMASK_ULL(51, 12) macro