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

  /src/sys/arch/powerpc/oea/
cpu_subr.c 1025 l3cr &= ~(L3CR_L3E|L3CR_L3I|L3CR_L3PE|L3CR_L3CLKEN|L3CR_RESERVED);
1053 l3cr |= (L3CR_L3E|L3CR_L3CLKEN);
1170 if ((l3cr & L3CR_L3E) != 0 && l3cr_config == 0) {
1177 if ((l3cr & L3CR_L3E) == 0 && l3cr_config != 0) {
1182 if (l3cr & L3CR_L3E) {
  /src/sys/arch/powerpc/include/oea/
spr.h 248 #define L3CR_L3E 0x80000000 /* 0: L3 enable */

Completed in 38 milliseconds