Searched refs:cpu_getstack (Results 1 – 10 of 10) sorted by relevance
65 #define cpu_getstack(td) ((td)->td_frame->tf_special.sp) macro
69 #define cpu_getstack(td) ((td)->td_frame->sp) macro
46 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
48 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
48 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
90 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
36 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
538 onstack = sigonstack(cpu_getstack(td));
1559 oss.ss_onstack = sigonstack(cpu_getstack(td));1608 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
2293 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()