Searched refs:get_exit_info (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1920 void (*get_exit_info)(struct kvm_vcpu *vcpu, u32 *reason, member
|
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 413 kvm_x86_call(get_exit_info)(vcpu, \
|
| H A D | x86.c | 9084 kvm_x86_call(get_exit_info)(vcpu, (u32 *)&info[0], &info[1], &info[2], in prepare_emulation_failure_exit() 9149 kvm_x86_call(get_exit_info)(vcpu, &reason, &info1, &info2, in kvm_prepare_event_vectoring_exit()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 5356 .get_exit_info = svm_get_exit_info,
|