Home
last modified time | relevance | path

Searched refs:L1CSR1_ICFI (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
A Dcpu_setup_fsl_booke.S24 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
A Dtraps.c627 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()
628 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
/linux/arch/powerpc/mm/nohash/
A Dfsl_book3e.c254 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
/linux/arch/powerpc/kvm/
A De500_emulate.c254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
/linux/arch/powerpc/include/asm/
A Dreg_booke.h590 #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ macro

Completed in 11 milliseconds