Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dmov_ss_trap.c174 sethandler(SIGSEGV, handle_and_return, SA_RESETHAND); in main()
179 sethandler(SIGSEGV, handle_and_return, SA_RESETHAND); in main()
189 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
196 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND); in main()
202 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND); in main()
213 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND); in main()
225 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND); in main()
258 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND | SA_ONSTACK); in main()
273 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND); in main()
H A Diopl.c57 sethandler(SIGSEGV, sigsegv, SA_RESETHAND); in try_outb()
96 sethandler(SIGSEGV, sigsegv, SA_RESETHAND); in try_cli()
116 sethandler(SIGSEGV, sigsegv, SA_RESETHAND); in try_sti()
H A Dsingle_step_syscall.c219 SA_RESETHAND | SA_ONSTACK); in main()
220 sethandler(SIGILL, print_and_longjmp, SA_RESETHAND); in main()
H A Dioperm.c57 sethandler(SIGSEGV, sigsegv, SA_RESETHAND); in try_outb()
H A Dsysret_rip.c99 sethandler(SIGSEGV, sigsegv_for_sigreturn_test, SA_RESETHAND); in sigusr1()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dsignal-defs.h63 #ifndef SA_RESETHAND
64 #define SA_RESETHAND 0x80000000 macro
68 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsigaction.h67 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */ macro
74 # define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsigaction.h67 # define SA_RESETHAND 0x80000000 /* Reset to SIG_DFL on entry to handler. */ macro
74 # define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dsignal.h45 #define SA_RESETHAND 0x00000004 macro
53 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsignal.h73 #define SA_RESETHAND 0x80000000 macro
76 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dsignal.h72 #define SA_RESETHAND 0x80000000 macro
80 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dsignal.h84 #define SA_RESETHAND 0x80000000 macro
87 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsignal.h74 #define SA_RESETHAND 0x80000000 macro
77 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsignal.h74 #define SA_RESETHAND 0x80000000 macro
77 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dsignal.h67 #define SA_RESETHAND 0x00000010 macro
71 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dsignal.h84 #define SA_RESETHAND 0x80000000 macro
87 #define SA_ONESHOT SA_RESETHAND
/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal_types.h81 SA_NODEFER | SA_RESETHAND | SA_EXPOSE_TAGBITS | __ARCH_UAPI_SA_FLAGS)
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dsignal.h140 #define SA_RESETHAND _SV_RESET macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dmain.c62 action.sa_flags = SA_RESETHAND | SA_NODEFER; in install_fatal_handler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/
H A Dpac.c203 sa.sa_flags = SA_SIGINFO | SA_RESETHAND; in TEST()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog50353 (equivalent to sigaction flag SA_RESETHAND). This is why the X server