Searched refs:siginfo (Results 51 - 75 of 81) sorted by relevance

1234

/linux-master/arch/hexagon/kernel/
H A Dsignal.c23 struct siginfo info;
93 * Setup signal stack frame with siginfo structure
122 /* Load r0/r1 pair with signumber/siginfo pointer... */
/linux-master/io_uring/
H A Dwaitid.c31 struct siginfo __user *infop;
/linux-master/kernel/
H A Dsignal.c58 #include <asm/siginfo.h>
571 * Collect the siginfo appropriate to this signal. Check if
572 * there is another siginfo for the same signal.
733 * Check if there is another siginfo for the same signal.
1100 * Skip useless siginfo allocation for SIGKILL and kernel threads.
1529 * The usb asyncio usage of siginfo is wrong. The glibc support
2540 * accompanying siginfo. If stopped, lower eight bits of exit_code contain
2544 * number as exit_code and no siginfo.
2624 * Update the siginfo structure if the signal has
2626 * specific in the siginfo structur
[all...]
/linux-master/arch/um/kernel/
H A Dirq.c196 void sigio_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs)
H A Dtime.c621 void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs)
/linux-master/arch/xtensa/kernel/
H A Dsignal.c37 struct siginfo info;
/linux-master/include/linux/
H A Dsignal.h26 #define SI_EXPANSION_SIZE (sizeof(struct siginfo) - sizeof(struct kernel_siginfo))
H A Dcompat.h23 #include <asm/siginfo.h>
/linux-master/arch/s390/kernel/
H A Dsignal.c82 * | struct siginfo |
104 struct siginfo info;
396 /* Create siginfo on the signal stack */
/linux-master/arch/riscv/kernel/
H A Dsignal.c34 struct siginfo info;
368 * We always pass siginfo and mcontext, regardless of SA_SIGINFO,
374 regs->a1 = (unsigned long)(&frame->info); /* a1: siginfo pointer */
/linux-master/arch/arc/kernel/
H A Dsignal.c60 struct siginfo info;
293 * #2: struct siginfo
/linux-master/arch/powerpc/mm/
H A Dfault.c43 #include <asm/siginfo.h>
/linux-master/fs/
H A Dbinfmt_elf.c1564 const kernel_siginfo_t *siginfo)
1566 copy_siginfo_to_external(csigdata, siginfo);
1869 if (!fill_thread_core_info(t, view, cprm->siginfo->si_signo, info))
1878 fill_siginfo_note(&info->signote, &info->csigdata, cprm->siginfo);
1563 fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, const kernel_siginfo_t *siginfo) argument
H A Dbinfmt_elf_fdpic.c1487 tmp = elf_dump_thread_status(cprm->siginfo->si_signo,
1497 tmp = elf_dump_thread_status(cprm->siginfo->si_signo,
H A Dfcntl.c33 #include <asm/siginfo.h>
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c62 struct siginfo __user *pinfo;
64 struct siginfo info;
916 /* Save the siginfo outside of the unsafe block. */
H A Dsignal_32.c211 * one rt_sigframe struct (siginfo + ucontext + ABI gap)
213 * (the +16 is to get the siginfo and ucontext in the same
223 struct siginfo info;
734 * (one which gets siginfo).
762 /* Put the siginfo & fill in most of the ucontext */
/linux-master/arch/m68k/kernel/
H A Dsignal.c241 struct siginfo __user *pinfo;
244 struct siginfo info;
H A Dtraps.c41 #include <asm/siginfo.h>
/linux-master/arch/alpha/kernel/
H A Dsignal.c133 struct siginfo info;
416 regs->r17 = (unsigned long) &frame->info; /* a1: siginfo pointer */
/linux-master/arch/sh/kernel/
H A Dsignal_32.c71 struct siginfo info;
/linux-master/arch/mips/kernel/
H A Dsignal.c61 struct siginfo rs_info;
762 /* Create siginfo. */
/linux-master/arch/sparc/kernel/
H A Dsignal_64.c30 #include <asm/siginfo.h>
/linux-master/arch/loongarch/kernel/
H A Dtraps.c47 #include <asm/siginfo.h>
/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c643 static void sighndl(int sig, siginfo_t *siginfo, void *ptr) argument

Completed in 231 milliseconds

1234