OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mips3_pg_cached
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/include/
mips3_pte.h
109
#define
MIPS3_PG_CACHED
MIPS3_PG_UNCACHED /* XXX: brain damaged!!! */
112
#define
MIPS3_PG_CACHED
mips_options.
mips3_pg_cached
118
#define MIPS3_PG_ROPAGE (MIPS3_PG_V | MIPS3_PG_RO |
MIPS3_PG_CACHED
)
121
#define MIPS3_PG_RWPAGE (MIPS3_PG_V | MIPS3_PG_D |
MIPS3_PG_CACHED
)
130
#define MIPS3_PG_CWPAGE (MIPS3_PG_V |
MIPS3_PG_CACHED
)
pte.h
312
return MIPS3_PG_TO_CCA(pte) == MIPS3_PG_TO_CCA(mips_options.
mips3_pg_cached
);
353
pte |= (cached ?
MIPS3_PG_CACHED
: MIPS3_PG_UNCACHED);
375
| ((flags & PMAP_NOCACHE) ? MIPS3_PG_UNCACHED :
MIPS3_PG_CACHED
)
locore.h
120
u_int
mips3_pg_cached
;
member in struct:mips_options
/src/sys/arch/mips/mips/
mips_machdep.c
1290
opts->
mips3_pg_cached
= MIPS3_CCA_TO_PG(cca);
1295
opts->
mips3_pg_cached
= MIPS3_DEFAULT_PG_CACHED;
Completed in 15 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025