Searched refs:KTR_SIG (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 244 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig() 323 CTR2(KTR_SIG, "sendsig: sigexit td=%p sfp=%p", td, sfp); in sendsig() 328 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, in sendsig() 341 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in sys_sigreturn() 344 CTR1(KTR_SIG, "sigreturn: efault td=%p", td); in sys_sigreturn() 361 CTR3(KTR_SIG, "sigreturn: return td=%p pc=%#x sp=%#x", in sys_sigreturn() 908 CTR2(KTR_SIG, "sigreturn: td=%p ucp=%p", td, uap->sigcntxp); in freebsd32_sigreturn() 911 CTR1(KTR_SIG, "sigreturn: efault td=%p", td); in freebsd32_sigreturn() 928 CTR3(KTR_SIG, "sigreturn: return td=%p pc=%#x sp=%#x", in freebsd32_sigreturn()
|
/freebsd/sys/arm/arm/ |
H A D | exec_machdep.c | 292 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig() 335 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in sendsig() 367 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_usr_lr, in sendsig()
|
/freebsd/sys/sys/ |
H A D | ktr_class.h | 54 #define KTR_SIG 0x00000400 /* Signal processing */ macro
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 359 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig() 389 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in sendsig() 408 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_sepc, in sendsig()
|
/freebsd/sys/arm64/arm64/ |
H A D | freebsd32_machdep.c | 370 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in freebsd32_sendsig() 412 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in freebsd32_sendsig() 452 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_x[14], in freebsd32_sendsig()
|
H A D | exec_machdep.c | 752 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in sendsig() 781 CTR4(KTR_SIG, in sendsig() 801 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in sendsig() 821 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_elr, in sendsig()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 322 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in linux_rt_sendsig() 399 CTR2(KTR_SIG, "sendsig: sigexit td=%p fp=%p", td, fp); in linux_rt_sendsig() 418 CTR3(KTR_SIG, "sendsig: return td=%p pc=%#x sp=%#x", td, tf->tf_elr, in linux_rt_sendsig()
|