Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dvmx.h503 #define VMX_EPTP_PWL_5 0x20ull macro
523 if (encoded_level == VMX_EPTP_PWL_5) in vmx_eptp_page_walk_level()
/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.c2679 case VMX_EPTP_PWL_5: in nested_vmx_check_eptp()
Dvmx.c3232 eptp |= (root_level == 5) ? VMX_EPTP_PWL_5 : VMX_EPTP_PWL_4; in construct_eptp()