Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2277 static int vmload_vmsave_interception(struct kvm_vcpu *vcpu, bool vmload) in vmload_vmsave_interception() function
2313 return vmload_vmsave_interception(vcpu, true); in vmload_interception()
2318 return vmload_vmsave_interception(vcpu, false); in vmsave_interception()