Searched refs:cpu_getstack (Results 1 – 9 of 9) sorted by relevance
71 #define cpu_getstack(td) ((td)->td_frame->sp) macro
50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
50 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
47 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
130 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
57 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
51 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
1650 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()1697 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
2863 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()