Searched refs:get_exit_info (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | main.c | 113 .get_exit_info = vmx_get_exit_info,
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm-x86-ops.h | 106 KVM_X86_OP(get_exit_info)
|
| H A D | kvm_host.h | 1812 void (*get_exit_info)(struct kvm_vcpu *vcpu, u32 *reason, member
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | trace.h | 333 kvm_x86_call(get_exit_info)(vcpu, \
|
| H A D | x86.c | 8772 kvm_x86_call(get_exit_info)(vcpu, (u32 *)&info[0], &info[1], &info[2], in prepare_emulation_failure_exit() 8837 kvm_x86_call(get_exit_info)(vcpu, &reason, &info1, &info2, in kvm_prepare_event_vectoring_exit()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 5226 .get_exit_info = svm_get_exit_info,
|