Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
A Dsvm_ops.h64 static __always_inline void vmload(unsigned long pa) in vmload() function
66 svm_asm1(vmload, "a" (pa), "memory"); in vmload()
A Dsvm.c2180 static int vmload_vmsave_interception(struct kvm_vcpu *vcpu, bool vmload) in vmload_vmsave_interception() argument
2201 if (vmload) { in vmload_vmsave_interception()
3830 vmload(svm->vmcb01.pa); in svm_vcpu_enter_exit()
3834 vmload(__sme_page_pa(sd->save_area)); in svm_vcpu_enter_exit()
/linux/arch/x86/kvm/
A Demulate.c4307 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),

Completed in 30 milliseconds