Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/lib/x86_64/
Dmemstress.c100 vmx->eptp_gpa = vmx0->eptp_gpa; in memstress_setup_nested()
Dvmx.c200 if (vmx->eptp_gpa) { in init_vmcs_control_fields()
206 .address = vmx->eptp_gpa >> PAGE_SHIFT_4K, in init_vmcs_control_fields()
546 vmx->eptp_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->eptp); in prepare_eptp()
/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h526 uint64_t eptp_gpa; member