Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dprocess_64.c497 if ((window = get_thread_wsaved()) != 0) { in synchronize_user_stack()
512 shift_window_buffer(window, get_thread_wsaved() - 1, t); in synchronize_user_stack()
513 set_thread_wsaved(get_thread_wsaved() - 1); in synchronize_user_stack()
530 window = get_thread_wsaved(); in fault_in_user_windows()
Dsigutil_64.c99 if (get_thread_wsaved()) in restore_rwin_state()
Dsignal_64.c54 if (get_thread_wsaved() || in sparc64_set_context()
153 if (get_thread_wsaved() || clear_user(ucp, sizeof(*ucp))) in sparc64_get_context()
362 wsaved = get_thread_wsaved(); in setup_rt_frame()
Dsignal32.c362 wsaved = get_thread_wsaved(); in setup_frame32()
492 wsaved = get_thread_wsaved(); in setup_rt_frame32()
/Linux-v4.19/arch/sparc/include/asm/
Dptrace.h31 get_thread_wsaved() != 0; \
Dthread_info_64.h148 #define get_thread_wsaved() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_WSAVED]) macro