Home
last modified time | relevance | path

Searched refs:nested_vmcb (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.h398 struct vmcb *nested_vmcb);
Dsvm.c2042 struct vmcb *nested_vmcb; in vmload_interception() local
2056 nested_vmcb = map.hva; in vmload_interception()
2060 nested_svm_vmloadsave(nested_vmcb, svm->vmcb); in vmload_interception()
2068 struct vmcb *nested_vmcb; in vmsave_interception() local
2082 nested_vmcb = map.hva; in vmsave_interception()
2086 nested_svm_vmloadsave(svm->vmcb, nested_vmcb); in vmsave_interception()