Home
last modified time | relevance | path

Searched defs:SPILL_SLOT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dprocessor.h123 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dprocessor.h141 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) macro

Completed in 2 milliseconds