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