Searched refs:cpu_getstack (Results 1 – 8 of 8) sorted by relevance
52 #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
131 #define cpu_getstack(td) ((td)->td_frame->fixreg[1]) macro
56 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
727 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) macro
1703 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack()1750 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
2972 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()