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

/freebsd-10-stable/sys/ia64/include/
H A Dcpu.h65 #define cpu_getstack(td) ((td)->td_frame->tf_special.sp) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dcpu.h46 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-10-stable/sys/mips/include/
H A Dcpu.h69 #define cpu_getstack(td) ((td)->td_frame->sp) macro
/freebsd-10-stable/sys/amd64/include/
H A Dcpu.h48 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd-10-stable/sys/i386/include/
H A Dcpu.h48 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd-10-stable/sys/arm/include/
H A Dcpu.h36 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dcpu.h90 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro

Completed in 89 milliseconds