Home
last modified time | relevance | path

Searched refs:L1CSR1_ICFI (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H A Dfsl_booke.c232 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dcpu_setup_fsl_booke.S24 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
H A Dtraps.c635 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()
636 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A De500_emulate.c254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500_emulate.c254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A De500.c248 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dcpu_setup_e500.S26 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
H A Dtraps.c630 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()
631 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg_booke.h602 #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg_booke.h590 #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ macro

Completed in 12 milliseconds