OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OEACPU_HIGHBAT
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/powerpc/include/oea/
cpufeat.h
45
#define
OEACPU_HIGHBAT
(1 << 3)
/src/sys/arch/powerpc/oea/
oea_machdep.c
530
const int after_bat3 = (oeacpufeat &
OEACPU_HIGHBAT
) ? 4 : 8;
615
const int maxbat = oeacpufeat &
OEACPU_HIGHBAT
? 8 : 4;
710
if (oeacpufeat &
OEACPU_HIGHBAT
) {
cpu_subr.c
312
oeacpufeat |=
OEACPU_HIGHBAT
;
319
oeacpufeat |=
OEACPU_HIGHBAT
;
345
if (oeacpufeat &
OEACPU_HIGHBAT
) {
/src/sys/arch/powerpc/powerpc/
db_interface.c
404
u_int maxbat = (oeacpufeat &
OEACPU_HIGHBAT
) ? 8 : 4;
Completed in 15 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025