Home
last modified time | relevance | path

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

/linux-6.12.1/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()
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dvmx_dirty_log_test.c66 if (vmx->eptp_gpa) in l1_guest_code()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h526 uint64_t eptp_gpa; member