Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dvmx.h538 #define VMX_EPTP_PWL_5 0x20ull macro
560 if (encoded_level == VMX_EPTP_PWL_5) in vmx_eptp_page_walk_level()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2272 td_params->eptp_controls |= VMX_EPTP_PWL_5; in setup_tdparams_eptp_controls()
H A Dnested.c2878 case VMX_EPTP_PWL_5: in nested_vmx_check_eptp()
H A Dvmx.c3348 eptp |= (root->role.level == 5) ? VMX_EPTP_PWL_5 : VMX_EPTP_PWL_4; in construct_eptp()