Home
last modified time | relevance | path

Searched refs:SPILL_SLOT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/xtensa/kernel/
A Dstacktrace.c99 if (!access_ok(&SPILL_SLOT(a1, 0), 8)) in xtensa_backtrace_user()
102 if (__get_user(a0, &SPILL_SLOT(a1, 0)) || in xtensa_backtrace_user()
103 __get_user(a1, &SPILL_SLOT(a1, 1))) in xtensa_backtrace_user()
160 a0 = SPILL_SLOT(a1, 0); in xtensa_backtrace_kernel()
161 a1 = SPILL_SLOT(a1, 1); in xtensa_backtrace_kernel()
185 a0 = SPILL_SLOT(a1, 0); in walk_stackframe()
186 a1 = SPILL_SLOT(a1, 1); in walk_stackframe()
A Dprocess.c216 SPILL_SLOT(childregs, 1) = (unsigned long)childregs; in copy_thread()
217 SPILL_SLOT(childregs, 0) = 0; in copy_thread()
289 SPILL_SLOT(childregs, 2) = usp_thread_fn; in copy_thread()
290 SPILL_SLOT(childregs, 3) = thread_fn_arg; in copy_thread()
341 pc = MAKE_PC_FROM_RA(SPILL_SLOT(sp, 0), sp); in __get_wchan()
342 sp = SPILL_SLOT(sp, 1); in __get_wchan()
A Dsignal.c108 if (copy_to_user(&SPILL_SLOT(sp, 0), &regs->areg[base * 4], 16)) in flush_window_regs_user()
/linux/arch/xtensa/include/asm/
A Dprocessor.h143 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) macro

Completed in 5 milliseconds