Searched refs:SW_REG (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/alpha/kernel/ |
D | ptrace.c | 75 #define SW_REG(reg) \ macro 82 PT_REG( r8), SW_REG( r9), SW_REG( r10), SW_REG( r11), 83 SW_REG( r12), SW_REG( r13), SW_REG( r14), SW_REG( r15), 88 SW_REG(fp[ 0]), SW_REG(fp[ 1]), SW_REG(fp[ 2]), SW_REG(fp[ 3]), 89 SW_REG(fp[ 4]), SW_REG(fp[ 5]), SW_REG(fp[ 6]), SW_REG(fp[ 7]), 90 SW_REG(fp[ 8]), SW_REG(fp[ 9]), SW_REG(fp[10]), SW_REG(fp[11]), 91 SW_REG(fp[12]), SW_REG(fp[13]), SW_REG(fp[14]), SW_REG(fp[15]), 92 SW_REG(fp[16]), SW_REG(fp[17]), SW_REG(fp[18]), SW_REG(fp[19]), 93 SW_REG(fp[20]), SW_REG(fp[21]), SW_REG(fp[22]), SW_REG(fp[23]), 94 SW_REG(fp[24]), SW_REG(fp[25]), SW_REG(fp[26]), SW_REG(fp[27]), [all …]
|
/linux-3.4.99/arch/m68k/kernel/ |
D | ptrace.c | 44 #define SW_REG(reg) ((long)&((struct switch_stack *)0)->reg \ macro 55 [5] = SW_REG(d6), 56 [6] = SW_REG(d7), 60 [10] = SW_REG(a3), 61 [11] = SW_REG(a4), 62 [12] = SW_REG(a5), 63 [13] = SW_REG(a6),
|