Searched refs:SPRN_L1CSR1 (Results 1 – 6 of 6) sorted by relevance
23 mfspr r0, SPRN_L1CSR128 mtspr SPRN_L1CSR1, r0 /* Enable I-Cache */
516 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()517 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
325 mfspr r3,SPRN_L1CSR1327 mtspr SPRN_L1CSR1,r3
1143 mfspr r4, SPRN_L1CSR1 /* Invalidate and disable i-cache */1147 mtspr SPRN_L1CSR1, r4
256 case SPRN_L1CSR1: in kvmppc_core_emulate_mtspr_e500()378 case SPRN_L1CSR1: in kvmppc_core_emulate_mfspr_e500()
177 #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ macro