Home
last modified time | relevance | path

Searched refs:get_thread_wsaved (Results 1 – 6 of 6) sorted by relevance

/linux/arch/sparc/kernel/
A Dprocess_64.c494 if ((window = get_thread_wsaved()) != 0) { in synchronize_user_stack()
509 shift_window_buffer(window, get_thread_wsaved() - 1, t); in synchronize_user_stack()
510 set_thread_wsaved(get_thread_wsaved() - 1); in synchronize_user_stack()
532 window = get_thread_wsaved(); in fault_in_user_windows()
A Dsigutil_64.c99 if (get_thread_wsaved()) in restore_rwin_state()
A Dsignal_64.c53 if (get_thread_wsaved() || in sparc64_set_context()
152 if (get_thread_wsaved() || clear_user(ucp, sizeof(*ucp))) in sparc64_get_context()
361 wsaved = get_thread_wsaved(); in setup_rt_frame()
A Dsignal32.c365 wsaved = get_thread_wsaved(); in setup_frame32()
499 wsaved = get_thread_wsaved(); in setup_rt_frame32()
/linux/arch/sparc/include/asm/
A Dptrace.h31 get_thread_wsaved() != 0; \
A Dthread_info_64.h153 #define get_thread_wsaved() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_WSAVED]) macro

Completed in 12 milliseconds