Searched refs:SPECIAL_EXC_STORE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | exceptions-64e.S | 62 #define SPECIAL_EXC_STORE(reg, name) \ macro 106 SPECIAL_EXC_STORE(r10,SRR0) 108 SPECIAL_EXC_STORE(r10,SRR1) 110 SPECIAL_EXC_STORE(r10,SPRG_GEN) 112 SPECIAL_EXC_STORE(r10,SPRG_TLB) 114 SPECIAL_EXC_STORE(r10,MAS0) 116 SPECIAL_EXC_STORE(r10,MAS1) 118 SPECIAL_EXC_STORE(r10,MAS2) 120 SPECIAL_EXC_STORE(r10,MAS3) 122 SPECIAL_EXC_STORE(r10,MAS6) [all …]
|