OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cr_config
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/oea/
cpu_subr.c
1024
#ifdef
L2CR_CONFIG
1025
u_int
l2cr_config
=
L2CR_CONFIG
;
variable
1027
u_int
l2cr_config
= 0;
variable
1142
if ((l2cr & L2CR_L2E) != 0 &&
l2cr_config
== 0) {
1143
l2cr_config
= l2cr;
1149
if ((l2cr & L2CR_L2E) == 0 &&
l2cr_config
!= 0) {
1150
cpu_enable_l2cr(
l2cr_config
);
1208
if ((l2cr & L2CR_L2E) != 0 &&
l2cr_config
== 0) {
1209
l2cr_config
= l2cr
[
all
...]
/src/sys/arch/ofppc/ofppc/
machdep.c
73
extern u_int
l2cr_config
;
230
l2cr_config
= L2CR_L2PE;
/src/sys/arch/evbppc/nintendo/
machdep.c
146
extern u_int
l2cr_config
;
432
l2cr_config
= L2CR_L2E;
Completed in 24 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026