Searched refs:L1CSR1_ICFI (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | release.S | 102 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h 103 ori r2,r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@l
|
H A D | start.S | 771 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 1354 ori r0,r0,L1CSR1_ICFI
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | e500.c | 248 tmp |= L1CSR1_ICFI | L1CSR1_ICLFR; in flush_instruction_cache()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cpu_setup_e500.S | 26 ori r0, r0, (L1CSR1_ICFI | L1CSR1_ICLFR | L1CSR1_ICE)
|
H A D | traps.c | 630 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc() 631 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 254 vcpu_e500->l1csr1 &= ~(L1CSR1_ICFI | L1CSR1_ICLFR); in kvmppc_core_emulate_mtspr_e500()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 590 #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 495 #define L1CSR1_ICFI 0x00000002 /* Instruction Cache Flash Invalidate */ macro
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 2308 #define L1CSR1_ICFI 0x00000002 /* Instruction Cache Flash Invalidate */ macro
|