Searched refs:cpu_getstack (Results 1 – 9 of 9) sorted by relevance
70 #define cpu_getstack(td) ((td)->td_frame->sp) macro
49 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
49 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
45 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
129 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
55 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
52 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
1644 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()1691 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
2905 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()