Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h144 static inline unsigned long kvm_rsp_read(struct kvm_vcpu *vcpu) in kvm_rsp_read() function
H A Dx86.c12153 regs->rsp = kvm_rsp_read(vcpu); in __get_regs()
/linux/arch/x86/kvm/svm/
H A Dnested.c1231 vmcb12->save.rsp = kvm_rsp_read(vcpu); in nested_svm_vmexit_update_vmcb12()
/linux/arch/x86/kvm/vmx/
H A Dnested.c4641 vmcs12->guest_rsp = kvm_rsp_read(vcpu); in sync_vmcs02_to_vmcs12()