Home
last modified time | relevance | path

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

/kernel/
Dsignal.c1193 switch (siginfo_layout(info->si_signo, info->si_code)) { in has_si_pid_and_uid()
2531 switch (siginfo_layout(ksig->sig, ksig->info.si_code)) { in hide_si_addr_tag_bits()
3200 enum siginfo_layout siginfo_layout(unsigned sig, int si_code) in siginfo_layout() function
3202 enum siginfo_layout layout = SIL_KILL; in siginfo_layout()
3304 switch(siginfo_layout(from->si_signo, from->si_code)) { in copy_siginfo_to_external32()
3384 switch(siginfo_layout(from->si_signo, from->si_code)) { in post_copy_siginfo_from_user32()