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

  /src/sys/arch/powerpc/oea/
cpu_subr.c 974 cpu_enable_l2cr(register_t l2cr)
989 mtspr(SPR_L2CR, l2cr & ~L2CR_L2E);
997 mtspr(SPR_L2CR, l2cr | L2CR_L2I);
1002 mtspr(SPR_L2CR, l2cr | L2CR_L2I);
1008 l2cr |= L2CR_L2E;
1009 mtspr(SPR_L2CR, l2cr);
1064 register_t l2cr; local in function:cpu_config_l2cr
1067 l2cr = mfspr(SPR_L2CR);
1072 * should use the same value for L2CR.
1074 if ((l2cr & L2CR_L2E) != 0 && l2cr_config == 0)
1127 register_t l2cr; local in function:cpu_config_l3cr
    [all...]
cpu_subr.c 974 cpu_enable_l2cr(register_t l2cr)
989 mtspr(SPR_L2CR, l2cr & ~L2CR_L2E);
997 mtspr(SPR_L2CR, l2cr | L2CR_L2I);
1002 mtspr(SPR_L2CR, l2cr | L2CR_L2I);
1008 l2cr |= L2CR_L2E;
1009 mtspr(SPR_L2CR, l2cr);
1064 register_t l2cr; local in function:cpu_config_l2cr
1067 l2cr = mfspr(SPR_L2CR);
1072 * should use the same value for L2CR.
1074 if ((l2cr & L2CR_L2E) != 0 && l2cr_config == 0)
1127 register_t l2cr; local in function:cpu_config_l3cr
    [all...]

Completed in 22 milliseconds