Home
last modified time | relevance | path

Searched refs:vmcs_gpa (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dstate_test.c80 GUEST_ASSERT(vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
84 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
87 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
93 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
95 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
125 GUEST_ASSERT(!vmptrld(vmx_pages->vmcs_gpa)); in vmx_l1_guest_code()
Dvmx_preemption_timer_test.c76 GUEST_ASSERT(vmx_pages->vmcs_gpa); in l1_guest_code()
79 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in l1_guest_code()
Dvmx_dirty_log_test.c53 GUEST_ASSERT(vmx->vmcs_gpa); in l1_guest_code()
Dtriple_fault_event_test.c30 GUEST_ASSERT(vmx->vmcs_gpa); in l1_guest_code_vmx()
Devmcs_test.c83 GUEST_ASSERT(vmx_pages->vmcs_gpa); in guest_code()
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dperf_test_util.c38 GUEST_ASSERT(vmx->vmcs_gpa); in perf_test_l1_guest_code()
Dvmx.c88 vmx->vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmcs); in vcpu_alloc_vmx()
177 if (vmclear(vmx->vmcs_gpa)) in load_vmcs()
180 if (vmptrld(vmx->vmcs_gpa)) in load_vmcs()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h501 uint64_t vmcs_gpa; member