Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/mips/include/
HDcpu.h70 #define cpu_getstack(td) ((td)->td_frame->sp) macro
/freebsd-13-stable/sys/i386/include/
HDcpu.h49 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd-13-stable/sys/amd64/include/
HDcpu.h49 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd-13-stable/sys/riscv/include/
HDcpu.h45 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-13-stable/sys/powerpc/include/
HDcpu.h129 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
/freebsd-13-stable/sys/arm/include/
HDcpu.h55 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/freebsd-13-stable/sys/arm64/include/
HDcpu.h52 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-13-stable/sys/kern/
HDkern_sig.c1644 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()
1691 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c2905 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()