Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S110 lis r3,(L1CSR1_CPE|L1CSR1_ICE)@h
111 ori r3,r3,(L1CSR1_CPE|L1CSR1_ICE)@l
H A Dstart.S779 lis r3,(L1CSR1_CPE|L1CSR1_ICE)@h
780 ori r3,r3,(L1CSR1_CPE|L1CSR1_ICE)@l
942 lis r3,(L1CSR1_CPE|L1CSR1_ICE)@h
943 ori r3,r3,(L1CSR1_CPE|L1CSR1_ICE)@l
1378 ori r4,r4,(L1CSR1_CPE | L1CSR1_ICE)@l
1379 oris r4,r4,(L1CSR1_CPE | L1CSR1_ICE)@h
/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_e500.S25 oris r0, r0, L1CSR1_CPE@h
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h588 #define L1CSR1_CPE 0x00010000 /* Instruction Cache Parity Enable */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h492 #define L1CSR1_CPE 0x00010000 /* Instruction Cache Parity Enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h2305 #define L1CSR1_CPE 0x00010000 /* Instruction Cache Parity Enable */ macro
H A Dtranslate.c1179 tcg_gen_andi_tl(t0, cpu_gpr[gprn], L1CSR1_ICE | L1CSR1_CPE); in spr_write_e500_l1csr1()