Searched refs:current_vmptr (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kvm/
H A Dvmx.c378 gpa_t current_vmptr; member in struct:nested_vmx
5839 if (item->vmptr == vmx->nested.current_vmptr) {
5848 item->vmptr = vmx->nested.current_vmptr;
5863 item->vmptr = vmx->nested.current_vmptr;
5931 if (to_vmx(vcpu)->nested.current_vmptr == -1ull) {
6222 if (vmx->nested.current_vmptr == -1ull)
6225 /* current_vmptr and current_vmcs12 are always set/reset together */
6241 vmx->nested.current_vmptr = -1ull;
6296 if (vmptr == vmx->nested.current_vmptr)
6508 if (vmx->nested.current_vmptr
[all...]

Completed in 39 milliseconds