Searched refs:SPECIAL_EXC_STORE (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 63 #define SPECIAL_EXC_STORE(reg, name) \ macro 93 SPECIAL_EXC_STORE(r10,SRR0) 95 SPECIAL_EXC_STORE(r10,SRR1) 97 SPECIAL_EXC_STORE(r10,SPRG_GEN) 99 SPECIAL_EXC_STORE(r10,SPRG_TLB) 101 SPECIAL_EXC_STORE(r10,MAS0) 103 SPECIAL_EXC_STORE(r10,MAS1) 105 SPECIAL_EXC_STORE(r10,MAS2) 107 SPECIAL_EXC_STORE(r10,MAS3) 109 SPECIAL_EXC_STORE(r10,MAS6) [all …]
|