Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpu.h71 #define cpu_getstack(td) ((td)->td_frame->sp) macro
/f-stack/freebsd/i386/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/f-stack/freebsd/amd64/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/f-stack/freebsd/arm/include/
H A Dcpu.h57 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/f-stack/freebsd/arm64/include/
H A Dcpu.h51 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro