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

  /src/sys/arch/powerpc/oea/
cpu_subr.c 967 #ifdef L3CR_CONFIG
968 u_int l3cr_config = L3CR_CONFIG; variable in typeref:typename:u_int
970 u_int l3cr_config = 0; variable in typeref:typename:u_int
1023 * in L3CR_CONFIG)
1170 if ((l3cr & L3CR_L3E) != 0 && l3cr_config == 0) {
1171 l3cr_config = l3cr;
1177 if ((l3cr & L3CR_L3E) == 0 && l3cr_config != 0) {
1178 cpu_enable_l3cr(l3cr_config);
cpu_subr.c 967 #ifdef L3CR_CONFIG
968 u_int l3cr_config = L3CR_CONFIG; variable in typeref:typename:u_int
970 u_int l3cr_config = 0; variable in typeref:typename:u_int
1023 * in L3CR_CONFIG)
1170 if ((l3cr & L3CR_L3E) != 0 && l3cr_config == 0) {
1171 l3cr_config = l3cr;
1177 if ((l3cr & L3CR_L3E) == 0 && l3cr_config != 0) {
1178 cpu_enable_l3cr(l3cr_config);

Completed in 31 milliseconds