Searched refs:handle_exit (Results 1 – 12 of 12) sorted by relevance
| /arch/arm64/kvm/ |
| A D | Makefile | 17 inject_fault.o va_layout.o handle_exit.o config.o \
|
| A D | handle_exit.c | 441 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() function
|
| A D | arm.c | 1318 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
|
| /arch/x86/include/asm/ |
| A D | kvm-x86-ops.h | 67 KVM_X86_OP(handle_exit)
|
| A D | kvm_host.h | 1780 int (*handle_exit)(struct kvm_vcpu *vcpu, member
|
| /arch/loongarch/include/asm/ |
| A D | kvm_host.h | 178 int (*handle_exit)(struct kvm_run *run, struct kvm_vcpu *vcpu); member
|
| /arch/x86/kvm/vmx/ |
| A D | main.c | 922 .handle_exit = vt_op(handle_exit),
|
| /arch/loongarch/kernel/ |
| A D | asm-offsets.c | 300 OFFSET(KVM_ARCH_HANDLE_EXIT, kvm_vcpu_arch, handle_exit); in output_kvm_defines()
|
| /arch/arm64/include/asm/ |
| A D | kvm_host.h | 1351 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
|
| /arch/loongarch/kvm/ |
| A D | vcpu.c | 1518 vcpu->arch.handle_exit = kvm_handle_exit; in kvm_arch_vcpu_create()
|
| /arch/x86/kvm/svm/ |
| A D | svm.c | 5104 .handle_exit = svm_handle_exit,
|
| /arch/x86/kvm/ |
| A D | x86.c | 11061 r = kvm_x86_call(handle_exit)(vcpu, exit_fastpath); in vcpu_enter_guest()
|
Completed in 65 milliseconds