Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dhyperv.c229 nested_vmx_vmexit(vcpu, HV_VMX_SYNTHETIC_EXIT_REASON_TRAP_AFTER_FLUSH, 0, 0); in vmx_hv_inject_synthetic_vmexit_post_tlb_flush()
H A Dnested.c459 nested_vmx_vmexit(vcpu, vm_exit_reason, 0, exit_qualification); in nested_ept_inject_page_fault()
4230 nested_vmx_vmexit(vcpu, EXIT_REASON_INIT_SIGNAL, 0, 0); in vmx_check_nested_events()
4244 nested_vmx_vmexit(vcpu, EXIT_REASON_SIPI_SIGNAL, 0, in vmx_check_nested_events()
4281 nested_vmx_vmexit(vcpu, EXIT_REASON_MONITOR_TRAP_FLAG, 0, 0); in vmx_check_nested_events()
4302 nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0); in vmx_check_nested_events()
4318 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_check_nested_events()
4353 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, in vmx_check_nested_events()
4387 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, in vmx_check_nested_events()
5126 nested_vmx_vmexit(vcpu, EXIT_REASON_TRIPLE_FAULT, 0, 0); in nested_vmx_triple_fault()
6130 nested_vmx_vmexit(vcpu, vmx->exit_reason.full, in handle_vmfunc()
[all …]
H A Dnested.h33 static inline void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 vm_exit_reason, in nested_vmx_vmexit() function
H A Dvmx.c6585 nested_vmx_vmexit(vcpu, EXIT_REASON_TRIPLE_FAULT, 0, 0); in __vmx_handle_exit()
8319 nested_vmx_vmexit(vcpu, -1, 0, 0); in vmx_enter_smm()