Home
last modified time | relevance | path

Searched refs:SW_REG (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/alpha/kernel/
Dptrace.c76 #define SW_REG(reg) \ macro
83 PT_REG( r8), SW_REG( r9), SW_REG( r10), SW_REG( r11),
84 SW_REG( r12), SW_REG( r13), SW_REG( r14), SW_REG( r15),
89 SW_REG(fp[ 0]), SW_REG(fp[ 1]), SW_REG(fp[ 2]), SW_REG(fp[ 3]),
90 SW_REG(fp[ 4]), SW_REG(fp[ 5]), SW_REG(fp[ 6]), SW_REG(fp[ 7]),
91 SW_REG(fp[ 8]), SW_REG(fp[ 9]), SW_REG(fp[10]), SW_REG(fp[11]),
92 SW_REG(fp[12]), SW_REG(fp[13]), SW_REG(fp[14]), SW_REG(fp[15]),
93 SW_REG(fp[16]), SW_REG(fp[17]), SW_REG(fp[18]), SW_REG(fp[19]),
94 SW_REG(fp[20]), SW_REG(fp[21]), SW_REG(fp[22]), SW_REG(fp[23]),
95 SW_REG(fp[24]), SW_REG(fp[25]), SW_REG(fp[26]), SW_REG(fp[27]),
[all …]
/linux-2.6.39/arch/m68k/kernel/
Dptrace_no.c43 #define SW_REG(reg) ((long)&((struct switch_stack *)0)->reg \ macro
50 PT_REG(d5), SW_REG(d6), SW_REG(d7), PT_REG(a0),
51 PT_REG(a1), PT_REG(a2), SW_REG(a3), SW_REG(a4),
52 SW_REG(a5), SW_REG(a6), PT_REG(d0), -1,
Dptrace_mm.c44 #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),