Home
last modified time | relevance | path

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

/freebsd-12.1/sys/mips/include/
H A Dcpu.h71 #define cpu_getstack(td) ((td)->td_frame->sp) macro
/freebsd-12.1/sys/sparc64/include/
H A Dcpu.h48 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-12.1/sys/i386/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd-12.1/sys/amd64/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd-12.1/sys/riscv/include/
H A Dcpu.h47 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-12.1/sys/powerpc/include/
H A Dcpu.h129 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
/freebsd-12.1/sys/arm/include/
H A Dcpu.h61 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/freebsd-12.1/sys/arm64/include/
H A Dcpu.h51 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-12.1/sys/kern/
H A Dkern_sig.c1588 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()
1635 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2624 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()