Searched defs:exit_reason (Results 1 – 10 of 10) sorted by relevance
/linux-5.10/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1633 static struct exit_reason { struct 1636 } exit_reasons_known[] = { argument 1677 const char *exit_reason_str(unsigned int exit_reason) in exit_reason_str()
|
/linux-5.10/arch/x86/kvm/ |
D | trace.h | 230 #define kvm_print_exit_reason(exit_reason, isa) \ argument
|
D | x86.c | 1677 u32 exit_reason, u64 data, in kvm_msr_user_space()
|
/linux-5.10/arch/x86/kvm/vmx/ |
D | nested.c | 3313 u32 exit_reason, failed_index; in nested_vmx_enter_non_root_mode() local 5583 struct vmcs12 *vmcs12, u32 exit_reason) in nested_vmx_exit_handled_msr() 5734 static bool nested_vmx_l0_wants_exit(struct kvm_vcpu *vcpu, u32 exit_reason) in nested_vmx_l0_wants_exit() 5794 static bool nested_vmx_l1_wants_exit(struct kvm_vcpu *vcpu, u32 exit_reason) in nested_vmx_l1_wants_exit() 5918 u32 exit_reason = vmx->exit_reason; in nested_vmx_reflect_vmexit() local
|
D | vmx.h | 247 u32 exit_reason; member
|
D | vmx.c | 5934 u32 exit_reason = vmx->exit_reason; in vmx_handle_exit() local
|
/linux-5.10/tools/perf/ |
D | builtin-kvm.c | 122 const char *exit_reason = get_exit_reason(kvm, key->exit_reasons, in exit_event_decode_key() local
|
/linux-5.10/arch/s390/kvm/ |
D | kvm-s390.c | 4064 static int vcpu_post_run(struct kvm_vcpu *vcpu, int exit_reason) in vcpu_post_run() 4120 int rc, exit_reason; in __vcpu_run() local
|
/linux-5.10/tools/include/uapi/linux/ |
D | kvm.h | 272 __u32 exit_reason; member
|
/linux-5.10/include/uapi/linux/ |
D | kvm.h | 272 __u32 exit_reason; member
|