Home
last modified time | relevance | path

Searched refs:INVALID_GPA (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/vmx/
A Dnested.c194 if (vmx->nested.current_vmptr == INVALID_GPA && in nested_vmx_fail()
221 vmcs_write64(VMCS_LINK_POINTER, INVALID_GPA); in vmx_disable_shadow_vmcs()
293 vmx->nested.vmxon_ptr = INVALID_GPA; in free_nested()
296 vmx->nested.current_vmptr = INVALID_GPA; in free_nested()
677 vmcs12->vmcs_link_pointer == INVALID_GPA) in nested_cache_shadow_vmcs12()
696 vmcs12->vmcs_link_pointer == INVALID_GPA) in nested_flush_cached_shadow_vmcs12()
1965 vmx->nested.current_vmptr = INVALID_GPA; in nested_vmx_handle_enlightened_vmptrld()
4983 vmx->nested.current_vmptr = INVALID_GPA; in nested_release_vmcs12()
5627 last_bitmap = INVALID_GPA; in nested_vmx_check_io_bitmaps()
6103 .hdr.vmx.vmxon_pa = INVALID_GPA, in vmx_get_nested_state()
[all …]
A Dvmx.c4290 vmcs_write64(VMCS_LINK_POINTER, INVALID_GPA); /* 22.3.1.5 */ in init_vmcs()
4398 vmx->nested.vmxon_ptr = INVALID_GPA; in __vmx_vcpu_reset()
4399 vmx->nested.current_vmptr = INVALID_GPA; in __vmx_vcpu_reset()
/linux/arch/x86/kvm/svm/
A Dnested.c959 svm->nested.last_vmcb12_gpa = INVALID_GPA; in svm_free_nested()
973 svm->nested.vmcb12_gpa = INVALID_GPA; in svm_leave_nested()
A Dsvm.c1320 svm->nested.vmcb12_gpa = INVALID_GPA; in init_vmcb()
1321 svm->nested.last_vmcb12_gpa = INVALID_GPA; in init_vmcb()
/linux/arch/x86/include/asm/
A Dkvm_host.h127 #define INVALID_GPA (~(gpa_t)0) macro

Completed in 48 milliseconds