Searched refs:SPECIAL_EXC_STORE (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | exceptions-64e.S | 59 #define SPECIAL_EXC_STORE(reg, name) \ macro 92 SPECIAL_EXC_STORE(r10,SRR0) 94 SPECIAL_EXC_STORE(r10,SRR1) 96 SPECIAL_EXC_STORE(r10,SPRG_GEN) 98 SPECIAL_EXC_STORE(r10,SPRG_TLB) 100 SPECIAL_EXC_STORE(r10,MAS0) 102 SPECIAL_EXC_STORE(r10,MAS1) 104 SPECIAL_EXC_STORE(r10,MAS2) 106 SPECIAL_EXC_STORE(r10,MAS3) 108 SPECIAL_EXC_STORE(r10,MAS6) [all …]
|