Home
last modified time | relevance | path

Searched refs:rwbuf_stkptrs (Results 1 – 7 of 7) sorted by relevance

/arch/sparc/kernel/
Dwindows.c44 tp->rwbuf_stkptrs[i] = tp->rwbuf_stkptrs[i+1]; in shift_window_buffer()
69 unsigned long sp = tp->rwbuf_stkptrs[window]; in synchronize_user_stack()
118 unsigned long sp = tp->rwbuf_stkptrs[window]; in try_to_clear_window_buffer()
Dprocess_64.c441 t->rwbuf_stkptrs[i] = t->rwbuf_stkptrs[i+1]; in shift_window_buffer()
464 unsigned long sp = (t->rwbuf_stkptrs[window] + bias); in synchronize_user_stack()
505 unsigned long sp = (t->rwbuf_stkptrs[window] + bias); in fault_in_user_windows()
Dtraps_32.c452 TI_RWIN_SPTRS != offsetof(struct thread_info, rwbuf_stkptrs) ||
Dtraps_64.c2543 TI_RWIN_SPTRS != offsetof(struct thread_info, rwbuf_stkptrs) || in trap_init()
/arch/sparc/include/asm/
Dthread_info_32.h49 unsigned long rwbuf_stkptrs[NSWINS]; member
Dthread_info_64.h56 unsigned long rwbuf_stkptrs[NSWINS]; member
/arch/sparc/mm/
Dfault_32.c523 sp = current_thread_info()->rwbuf_stkptrs[0]; in window_overflow_fault()