Home
last modified time | relevance | path

Searched refs:VMX_EPTP_PWL_4 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dvmx.h483 #define VMX_EPTP_PWL_4 0x18ull macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c5311 eptp |= (get_ept_level(vcpu) == 5) ? VMX_EPTP_PWL_5 : VMX_EPTP_PWL_4; in construct_eptp()
9248 if ((address & VMX_EPTP_PWL_MASK) != VMX_EPTP_PWL_4) in valid_ept_address()