OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
961
#ifdef
L2CR_CONFIG
962
u_int
l2cr_config
=
L2CR_CONFIG
;
variable in typeref:typename:u_int
964
u_int
l2cr_config
= 0;
variable in typeref:typename:u_int
1074
if ((l2cr & L2CR_L2E) != 0 &&
l2cr_config
== 0) {
1075
l2cr_config
= l2cr;
1081
if ((l2cr & L2CR_L2E) == 0 &&
l2cr_config
!= 0) {
1082
cpu_enable_l2cr(
l2cr_config
);
1137
if ((l2cr & L2CR_L2E) != 0 &&
l2cr_config
== 0) {
1138
l2cr_config
= l2cr
[
all
...]
/src/sys/arch/evbppc/wii/
machdep.c
139
extern u_int
l2cr_config
;
303
l2cr_config
= L2CR_L2E | L2CR_L2PE;
/src/sys/arch/ofppc/ofppc/
machdep.c
73
extern u_int
l2cr_config
;
230
l2cr_config
= L2CR_L2PE;
Completed in 12 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025