Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dprocess_64.c484 if ((window = get_thread_wsaved()) != 0) { in synchronize_user_stack()
499 shift_window_buffer(window, get_thread_wsaved() - 1, t); in synchronize_user_stack()
500 set_thread_wsaved(get_thread_wsaved() - 1); in synchronize_user_stack()
522 window = get_thread_wsaved(); in fault_in_user_windows()
Dsigutil_64.c99 if (get_thread_wsaved()) in restore_rwin_state()
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()
Dsignal32.c364 wsaved = get_thread_wsaved(); in setup_frame32()
498 wsaved = get_thread_wsaved(); in setup_rt_frame32()
/linux-6.1.9/arch/sparc/include/asm/
Dptrace.h31 get_thread_wsaved() != 0; \
Dthread_info_64.h151 #define get_thread_wsaved() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_WSAVED]) macro