Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S96 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
97 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
H A Dstart.S772 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
773 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
932 lis r3,(L1CSR1_ICFI|L1CSR1_ICLFR)@h
933 ori r3,r3,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dfsl_booke.c232 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcpu_setup_fsl_booke.S24 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500_emulate.c254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h601 #define L1CSR1_ICLFR 0x00000100 /* Instr Cache Lock Bits Flash Reset */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h494 #define L1CSR1_ICLFR 0x00000100 /* I-Cache Lock Flash Reset */ macro