Home
last modified time | relevance | path

Searched refs:to_vt (Results 1 – 5 of 5) 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.h304 static __always_inline struct vcpu_vt *to_vt(struct kvm_vcpu *vcpu) in to_vt() function
316 return to_vt(vcpu)->exit_reason; in vmx_get_exit_reason()
321 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_exit_qual()
332 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_intr_info()
H A Dtdx.c795 struct vcpu_vt *vt = to_vt(vcpu); in tdx_prepare_switch_to_guest()
824 struct vcpu_vt *vt = to_vt(vcpu); in tdx_prepare_switch_to_host()
975 struct vcpu_vt *vt = to_vt(vcpu); in tdx_vcpu_enter_exit()
1068 struct vcpu_vt *vt = to_vt(vcpu); in tdx_vcpu_run()
H A Dvmx.c1352 struct vcpu_vt *vt = to_vt(vcpu); in vmx_prepare_switch_to_guest()
4477 struct vcpu_vt *vt = to_vt(vcpu); in vmx_deliver_posted_interrupt()
6350 to_vt(vcpu)->exit_reason.bus_lock_detected = true; in handle_bus_lock_vmexit()
7140 struct vcpu_vt *vt = to_vt(vcpu); in vmx_sync_pir_to_irr()
7257 if (to_vt(vcpu)->emulation_required) in vmx_handle_exit_irqoff()
H A Dnested.c4909 to_vt(vcpu)->emulation_required = vmx_emulation_required(vcpu); in load_vmcs12_host_state()