Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd/sys/amd64/include/
H A Dcpu.h47 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd/sys/riscv/include/
H A Dcpu.h47 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd/sys/powerpc/include/
H A Dcpu.h131 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
/freebsd/sys/arm/include/
H A Dcpu.h693 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/freebsd/sys/arm64/include/
H A Dcpu.h54 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro