Home
last modified time | relevance | path

Searched refs:SI_KERNEL (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/trace/events/
Dsignal.h19 __entry->code = SI_KERNEL; \
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h165 #define SI_KERNEL 0x80 /* sent by the kernel from somewhere */ macro
/linux-4.1.27/arch/ia64/kernel/
Dsignal.c210 si.si_code = SI_KERNEL; in ia64_rt_sigreturn()
307 si.si_code = SI_KERNEL; in force_sigsegv_info()
/linux-4.1.27/Documentation/
Dkmemcheck.txt568 actually the constant SI_KERNEL defined in include/asm-generic/siginfo.h:
570 144 #define SI_KERNEL 0x80 /* sent by the kernel from somewhere */
591 868 q->info.si_code = SI_KERNEL;
/linux-4.1.27/kernel/
Dsignal.c1086 q->info.si_code = SI_KERNEL; in __send_signal()