Home
last modified time | relevance | path

Searched refs:SPILL_SLOT_CALL8 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/xtensa/include/asm/
Dprocessor.h144 #define SPILL_SLOT_CALL8(sp, reg) (*(((unsigned long *)(sp)) - 12 + (reg))) macro
/linux-6.1.9/arch/xtensa/kernel/
Dsignal.c93 if (copy_to_user(&SPILL_SLOT_CALL8(sp, 4), in flush_window_regs_user()