Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/
Dstate_test.c84 vmwrite(VMCS_LINK_POINTER, vmx_pages->shadow_vmcs_gpa); in l1_guest_code()
86 GUEST_ASSERT(!vmptrld(vmx_pages->shadow_vmcs_gpa)); in l1_guest_code()
100 GUEST_ASSERT(!vmptrld(vmx_pages->shadow_vmcs_gpa)); in l1_guest_code()
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c52 vmx->shadow_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->shadow_vmcs); in vcpu_alloc_vmx()
120 if (vmclear(vmx->shadow_vmcs_gpa)) in prepare_for_vmx_operation()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h536 uint64_t shadow_vmcs_gpa; member