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)45 #define cpu_getstack( global() macro
131 #define cpu_getstack(td) ((td)->td_frame->fixreg[1])129 #define cpu_getstack( global() macro
54 #define cpu_getstack(td) ((td)->td_frame->tf_sp) macro
693 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp) in get_cyclecount() 727 #define cpu_getstack( global() macro
1711 oss.ss_onstack = sigonstack(cpu_getstack(td)); in osigstack() 1758 oonstack = sigonstack(cpu_getstack(td)); in kern_sigaltstack()
2975 oss.ss_onstack = sigonstack(cpu_getstack(td)); in ofreebsd32_sigstack()