Searched refs:SW_REG (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/m68k/kernel/ |
D | ptrace.c | 47 #define SW_REG(reg) ((long)&((struct switch_stack *)0)->reg \ macro 58 [5] = SW_REG(d6), 59 [6] = SW_REG(d7), 63 [10] = SW_REG(a3), 64 [11] = SW_REG(a4), 65 [12] = SW_REG(a5), 66 [13] = SW_REG(a6),
|
/linux-6.12.1/arch/alpha/kernel/ |
D | ptrace.c | 77 #define SW_REG(reg) \ macro 86 PT_REG( r8), SW_REG( r9), SW_REG( r10), SW_REG( r11), 87 SW_REG( r12), SW_REG( r13), SW_REG( r14), SW_REG( r15),
|