Searched refs:SPRN_L1CSR1 (Results 1 – 5 of 5) sorted by relevance
20 mfspr r0, SPRN_L1CSR125 mtspr SPRN_L1CSR1, r0 /* Enable I-Cache */
303 mfspr r3,SPRN_L1CSR1305 mtspr SPRN_L1CSR1,r3
635 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()636 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
253 case SPRN_L1CSR1: in kvmppc_core_emulate_mtspr_e500()382 case SPRN_L1CSR1: in kvmppc_core_emulate_mfspr_e500()
174 #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ macro