Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S102 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
103 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
H A Dstart.S771 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
772 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
931 lis r3,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
932 ori r3,r3,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500.c248 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_e500.S26 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
/openbmc/linux/arch/powerpc/kvm/
H A De500_emulate.c254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h589 #define L1CSR1_ICLFR 0x00000100 /* Instr Cache Lock Bits Flash Reset */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h494 #define L1CSR1_ICLFR 0x00000100 /* I-Cache Lock Flash Reset */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h2307 #define L1CSR1_ICLFR 0x00000100 /* I-Cache Lock Flash Reset */ macro