Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dperf_test_util.c99 vmx->eptp_gpa = vmx0->eptp_gpa; in perf_test_setup_nested()
Dvmx.c220 if (vmx->eptp_gpa) { in init_vmcs_control_fields()
226 .address = vmx->eptp_gpa >> PAGE_SHIFT_4K, in init_vmcs_control_fields()
570 vmx->eptp_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->eptp); in prepare_eptp()
/Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h529 uint64_t eptp_gpa; member