Searched refs:cpu_getstack (Results 1 – 10 of 10) sorted by relevance
71 #define cpu_getstack(td) ((td)->td_frame->sp) macro
48 #define cpu_getstack(td) ((td)->td_frame->tf_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
129 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
61 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
51 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
1588 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()1635 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
2624 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()