Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
A Dstate_test.c79 GUEST_ASSERT(vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
83 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
86 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
92 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
94 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in vmx_l1_guest_code()
124 GUEST_ASSERT(!vmptrld(vmx_pages->vmcs_gpa)); in vmx_l1_guest_code()
A Dvmx_preemption_timer_test.c75 GUEST_ASSERT(vmx_pages->vmcs_gpa); in l1_guest_code()
78 GUEST_ASSERT(vmptrstz() == vmx_pages->vmcs_gpa); in l1_guest_code()
A Dtriple_fault_event_test.c30 GUEST_ASSERT(vmx->vmcs_gpa); in l1_guest_code_vmx()
A Dvmx_dirty_log_test.c62 GUEST_ASSERT(vmx->vmcs_gpa); in l1_guest_code()
/tools/testing/selftests/kvm/lib/x86/
A Dmemstress.c38 GUEST_ASSERT(vmx->vmcs_gpa); in memstress_l1_guest_code()
A Dvmx.c86 vmx->vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmcs); in vcpu_alloc_vmx()
162 if (vmclear(vmx->vmcs_gpa)) in load_vmcs()
165 if (vmptrld(vmx->vmcs_gpa)) in load_vmcs()
/tools/testing/selftests/kvm/include/x86/
A Dvmx.h504 uint64_t vmcs_gpa; member

Completed in 14 milliseconds