Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dvmx.h538 #define VMX_EPTP_PWL_4 0x18ull macro
565 WARN_ON_ONCE(encoded_level != VMX_EPTP_PWL_4); in vmx_eptp_page_walk_level()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2274 td_params->eptp_controls |= VMX_EPTP_PWL_4; in setup_tdparams_eptp_controls()
H A Dvmx.c3394 return eptp | VMX_EPTP_PWL_4; in construct_eptp()
3404 eptp |= (root->role.level == 5) ? VMX_EPTP_PWL_5 : VMX_EPTP_PWL_4; in construct_eptp()
H A Dnested.c2890 case VMX_EPTP_PWL_4: in nested_vmx_check_eptp()