Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c244 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 Dexec_machdep.c292 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 Dktr_class.h54 #define KTR_SIG 0x00000400 /* Signal processing */ macro
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c359 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 Dfreebsd32_machdep.c370 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 Dexec_machdep.c752 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 Dlinux_sysvec.c322 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()