OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l2cr_config
(Results
1 - 2
of
2
) 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
...]
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
...]
Completed in 28 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025