Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c40 return &(to_vt(vcpu)->pi_desc); in vcpu_to_pi_desc()
60 struct vcpu_vt *vt = to_vt(vcpu); in vmx_vcpu_pi_load()
165 struct vcpu_vt *vt = to_vt(vcpu); in pi_enable_wakeup_handler()
H A Dvmx.h307 static __always_inline struct vcpu_vt *to_vt(struct kvm_vcpu *vcpu) in to_vt() function
319 return to_vt(vcpu)->exit_reason; in vmx_get_exit_reason()
324 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_exit_qual()
335 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_intr_info()
H A Dvmx.c1339 struct vcpu_vt *vt = to_vt(vcpu); in vmx_prepare_switch_to_guest()
4418 struct vcpu_vt *vt = to_vt(vcpu); in vmx_deliver_posted_interrupt()
6277 to_vt(vcpu)->exit_reason.bus_lock_detected = true; in handle_bus_lock_vmexit()
7069 struct vcpu_vt *vt = to_vt(vcpu); in vmx_sync_pir_to_irr()
7198 if (to_vt(vcpu)->emulation_required) in vmx_handle_exit_irqoff()