Home
last modified time | relevance | path

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

/freebsd-src/sys/i386/include/
H A Dcpu.h50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
/freebsd-src/sys/amd64/include/
H A Dcpu.h47 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
/freebsd-src/sys/riscv/include/
H A Dcpu.h45 #define cpu_getstack( global() macro
/freebsd-src/sys/powerpc/include/
H A Dcpu.h129 #define cpu_getstack( global() macro
/freebsd-src/sys/arm64/include/
H A Dcpu.h54 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
/freebsd-src/sys/arm/include/
H A Dcpu.h727 #define cpu_getstack( global() macro