Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S128 lis r3,(L1CSR0_CPE|L1CSR0_DCE)@h
129 ori r3,r3,(L1CSR0_CPE|L1CSR0_DCE)@l
H A Dstart.S797 lis r3,(L1CSR0_CPE|L1CSR0_DCE)@h
798 ori r3,r3,(L1CSR0_CPE|L1CSR0_DCE)@l
1407 ori r0,r0,(L1CSR0_CPE | L1CSR0_DCE)@l
1408 oris r0,r0,(L1CSR0_CPE | L1CSR0_DCE)@h
/openbmc/linux/arch/powerpc/kernel/
H A Dcpu_setup_e500.S47 oris r0, r0, L1CSR0_CPE@h
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h580 #define L1CSR0_CPE 0x00010000 /* Data Cache Parity Enable */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h486 #define L1CSR0_CPE 0x00010000 /* Data Cache Parity Enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h2299 #define L1CSR0_CPE 0x00010000 /* Data Cache Parity Enable */ macro
H A Dtranslate.c1171 tcg_gen_andi_tl(t0, cpu_gpr[gprn], L1CSR0_DCE | L1CSR0_CPE); in spr_write_e500_l1csr0()