Home
last modified time | relevance | path

Searched refs:L1CSR1_ICLFR (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/mm/nohash/
Dfsl_booke.c232 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
/Linux-v5.10/arch/powerpc/kernel/
Dcpu_setup_fsl_booke.S24 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
/Linux-v5.10/arch/powerpc/kvm/
De500_emulate.c254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
/Linux-v5.10/arch/powerpc/include/asm/
Dreg_booke.h601 #define L1CSR1_ICLFR 0x00000100 /* Instr Cache Lock Bits Flash Reset */ macro