Home
last modified time | relevance | path

Searched refs:VMX_EPTP_PWL_5 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h505 #define VMX_EPTP_PWL_5 0x20ull macro
525 if (encoded_level == VMX_EPTP_PWL_5) in vmx_eptp_page_walk_level()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c2707 case VMX_EPTP_PWL_5: in nested_vmx_check_eptp()
H A Dvmx.c3380 eptp |= (root_level == 5) ? VMX_EPTP_PWL_5 : VMX_EPTP_PWL_4; in construct_eptp()