Searched refs:cpu_getstack (Results 1 – 8 of 8) sorted by relevance
50 #define cpu_getstack(td) ((td)->td_frame->tf_esp) macro
47 #define cpu_getstack(td) ((td)->td_frame->tf_rsp) macro
47 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
131 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
54 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
693 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
1707 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()1754 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
3034 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()