Searched refs:handle_exit (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/arch/arm/kvm/ |
D | handle_exit.c | 118 int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *run, in handle_exit() function
|
D | Makefile | 24 obj-y += handle_exit.o guest.o emulate.o reset.o
|
/Linux-v5.4/scripts/kconfig/ |
D | mconf.c | 950 static int handle_exit(void) in handle_exit() function 1000 exit(handle_exit()); in sig_handler() 1035 res = handle_exit(); in main()
|
/Linux-v5.4/arch/arm64/kvm/ |
D | Makefile | 18 kvm-$(CONFIG_KVM_ARM_HOST) += hyp.o hyp-init.o handle_exit.o
|
D | handle_exit.c | 266 int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *run, in handle_exit() function
|
/Linux-v5.4/arch/arm/include/asm/ |
D | kvm_host.h | 287 int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *run,
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | kvm_host.h | 473 int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *run,
|
/Linux-v5.4/virt/kvm/arm/ |
D | arm.c | 832 ret = handle_exit(vcpu, run, ret); in kvm_arch_vcpu_ioctl_run()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kvm_host.h | 1076 int (*handle_exit)(struct kvm_vcpu *vcpu); member
|
/Linux-v5.4/arch/x86/kvm/ |
D | svm.c | 4930 static int handle_exit(struct kvm_vcpu *vcpu) in handle_exit() function 7239 .handle_exit = handle_exit,
|
D | x86.c | 8255 r = kvm_x86_ops->handle_exit(vcpu); in vcpu_enter_guest()
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | vmx.c | 7806 .handle_exit = vmx_handle_exit,
|