Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dprocessor.h133 #define SPILL_SLOT_CALL12(sp, reg) (*(((unsigned long *)(sp)) - 16 + (reg))) macro
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dsignal.c98 if (copy_to_user(&SPILL_SLOT_CALL12(sp, 4), in flush_window_regs_user()