Searched refs:VMX_EPTP_PWL_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ | ||
D | vmx.h | 482 #define VMX_EPTP_PWL_MASK 0x38ull macro |
/Linux-v4.19/arch/x86/kvm/ | ||
D | vmx.c | 9248 if ((address & VMX_EPTP_PWL_MASK) != VMX_EPTP_PWL_4) in valid_ept_address() |