Home
last modified time | relevance | path

Searched refs:handle_exit (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A DMakefile16 inject_fault.o va_layout.o handle_exit.o \
H A Dhandle_exit.c239 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() function
H A Darm.c895 ret = handle_exit(vcpu, ret); in kvm_arch_vcpu_ioctl_run()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dmconf.c951 static int handle_exit(void) in handle_exit() function
1001 exit(handle_exit()); in sig_handler()
1036 res = handle_exit(); in main()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dmconf.c955 static int handle_exit(void) in handle_exit() function
1004 exit(handle_exit()); in sig_handler()
1043 res = handle_exit(); in main()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dmconf.c955 static int handle_exit(void) in handle_exit() function
1004 exit(handle_exit()); in sig_handler()
1043 res = handle_exit(); in main()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch29 wet.compositor->exit = handle_exit;
H A D0027-Support-holding-display-for-the-first-app.patch47 wet.compositor->exit = handle_exit;
H A D0077-HACK-Honour-cursor-size-config.patch22 wet.compositor->exit = handle_exit;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0030-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch29 wet.compositor->exit = handle_exit;
H A D0024-Support-holding-display-for-the-first-app.patch47 wet.compositor->exit = handle_exit;
H A D0077-HACK-Honour-cursor-size-config.patch22 wet.compositor->exit = handle_exit;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch29 wet.compositor->exit = handle_exit;
H A D0027-Support-holding-display-for-the-first-app.patch47 wet.compositor->exit = handle_exit;
H A D0076-HACK-Honour-cursor-size-config.patch22 wet.compositor->exit = handle_exit;
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D01-kconfig-kernel-to-buildroot.patch38 @@ -962,7 +962,7 @@ static int handle_exit(void)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_host.h650 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3077 static int handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in handle_exit() function
4250 .handle_exit = handle_exit,
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1156 int (*handle_exit)(struct kvm_vcpu *vcpu, member
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7784 .handle_exit = vmx_handle_exit,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9295 r = kvm_x86_ops.handle_exit(vcpu, exit_fastpath); in vcpu_enter_guest()