Searched refs:SPILL_SLOT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | stacktrace.c | 99 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()
|
H A D | process.c | 215 SPILL_SLOT(childregs, 1) = (unsigned long)childregs; in copy_thread() 216 SPILL_SLOT(childregs, 0) = 0; in copy_thread() 278 SPILL_SLOT(childregs, 3) = thread_fn_arg; in copy_thread() 279 SPILL_SLOT(childregs, 2) = usp_thread_fn; in copy_thread() 323 pc = MAKE_PC_FROM_RA(SPILL_SLOT(sp, 0), sp); in get_wchan() 324 sp = SPILL_SLOT(sp, 1); in get_wchan()
|
H A D | signal.c | 107 if (copy_to_user(&SPILL_SLOT(sp, 0), ®s->areg[base * 4], 16)) in flush_window_regs_user()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | stacktrace.c | 100 if (!access_ok(&SPILL_SLOT(a1, 0), 8)) in xtensa_backtrace_user() 103 if (__get_user(a0, &SPILL_SLOT(a1, 0)) || in xtensa_backtrace_user() 104 __get_user(a1, &SPILL_SLOT(a1, 1))) in xtensa_backtrace_user() 161 a0 = SPILL_SLOT(a1, 0); in xtensa_backtrace_kernel() 162 a1 = SPILL_SLOT(a1, 1); in xtensa_backtrace_kernel() 186 a0 = SPILL_SLOT(a1, 0); in walk_stackframe() 187 a1 = SPILL_SLOT(a1, 1); in walk_stackframe()
|
H A D | process.c | 280 SPILL_SLOT(childregs, 1) = (unsigned long)childregs; in copy_thread() 281 SPILL_SLOT(childregs, 0) = 0; in copy_thread() 343 SPILL_SLOT(childregs, 2) = (unsigned long)args->fn; in copy_thread() 344 SPILL_SLOT(childregs, 3) = (unsigned long)args->fn_arg; in copy_thread() 395 pc = MAKE_PC_FROM_RA(SPILL_SLOT(sp, 0), sp); in __get_wchan() 396 sp = SPILL_SLOT(sp, 1); in __get_wchan()
|
H A D | signal.c | 110 if (copy_to_user(&SPILL_SLOT(sp, 0), ®s->areg[base * 4], 16)) in flush_window_regs_user()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | processor.h | 123 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) macro
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | processor.h | 141 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) macro
|
Completed in 5 milliseconds