Searched defs:exit_reason (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1482 static struct exit_reason { struct 1485 } exit_reasons_known[] = { argument 1526 const char *exit_reason_str(unsigned int exit_reason) in exit_reason_str()
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | nested.c | 330 u32 exit_reason; in nested_ept_inject_page_fault() local 3048 u32 exit_reason = EXIT_REASON_INVALID_STATE; in nested_vmx_enter_non_root_mode() local 3730 u32 exit_reason, u32 exit_intr_info, in prepare_vmcs12() 4063 void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason, in nested_vmx_vmexit() 5174 struct vmcs12 *vmcs12, u32 exit_reason) in nested_vmx_exit_handled_msr() 5318 bool nested_vmx_exit_reflected(struct kvm_vcpu *vcpu, u32 exit_reason) in nested_vmx_exit_reflected()
|
D | nested.h | 76 u32 exit_reason) in nested_vmx_reflect_vmexit()
|
D | vmx.h | 250 u32 exit_reason; member
|
D | vmx.c | 5858 u32 exit_reason = vmx->exit_reason; in vmx_handle_exit() local
|
/Linux-v5.4/arch/s390/kvm/ |
D | kvm-s390.c | 3774 static int vcpu_post_run(struct kvm_vcpu *vcpu, int exit_reason) in vcpu_post_run() 3829 int rc, exit_reason; in __vcpu_run() local
|
/Linux-v5.4/tools/perf/ |
D | builtin-kvm.c | 121 const char *exit_reason = get_exit_reason(kvm, key->exit_reasons, in exit_event_decode_key() local
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | kvm.h | 257 __u32 exit_reason; member
|
/Linux-v5.4/include/uapi/linux/ |
D | kvm.h | 257 __u32 exit_reason; member
|