Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.h395 struct vmcb *nested_vmcb);
H A Dsvm.c2046 struct vmcb *nested_vmcb; in vmload_interception() local
2060 nested_vmcb = map.hva; in vmload_interception()
2064 nested_svm_vmloadsave(nested_vmcb, svm->vmcb); in vmload_interception()
2072 struct vmcb *nested_vmcb; in vmsave_interception() local
2086 nested_vmcb = map.hva; in vmsave_interception()
2090 nested_svm_vmloadsave(svm->vmcb, nested_vmcb); in vmsave_interception()