Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sparc64/include/
HDcpu.h46 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-11-stable/sys/mips/include/
HDcpu.h69 #define cpu_getstack(td) ((td)->td_frame->sp) macro
/freebsd-11-stable/sys/amd64/include/
HDcpu.h48 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd-11-stable/sys/i386/include/
HDcpu.h48 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd-11-stable/sys/riscv/include/
HDcpu.h46 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-11-stable/sys/powerpc/include/
HDcpu.h102 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
/freebsd-11-stable/sys/arm/include/
HDcpu.h61 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
/freebsd-11-stable/sys/arm64/include/
HDcpu.h51 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro