HomeSort by: relevance | last modified time | path
    Searched refs:L2CR_L2PE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/oea/
cpu_subr.c 103 { L2CR_L2PE, 0, " no parity" },
104 { L2CR_L2PE, L2CR_L2PE, " parity enabled" },
114 { L2CR_L2PE, 0, " no parity" },
115 { L2CR_L2PE, L2CR_L2PE, " parity enabled" },
125 { L2CR_L2PE, 0, " no parity" },
126 { L2CR_L2PE, L2CR_L2PE, " parity enabled" },
164 { L2CR_L2PE, L2CR_L2PE, " with ECC" }
    [all...]
  /src/sys/arch/powerpc/include/oea/
spr.h 207 #define L2CR_L2PE 0x40000000 /* 1: L2 data parity enable */
  /src/sys/arch/evbppc/wii/
machdep.c 303 l2cr_config = L2CR_L2E | L2CR_L2PE;
  /src/sys/arch/ofppc/ofppc/
machdep.c 230 l2cr_config = L2CR_L2PE;

Completed in 14 milliseconds