Home
last modified time | relevance | path

Searched defs:cpu_getstack (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/mips/include/
H A Dcpu.h71 #define cpu_getstack(td) ((td)->td_frame->sp) macro
/freebsd-13.1/sys/i386/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd-13.1/sys/amd64/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd-13.1/sys/riscv/include/
H A Dcpu.h47 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-13.1/sys/arm/include/
H A Dcpu.h57 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/freebsd-13.1/sys/powerpc/include/
H A Dcpu.h130 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
/freebsd-13.1/sys/arm64/include/
H A Dcpu.h51 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro