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 - 3
of
3
) 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
)
/src/sys/arch/newsmips/newsmips/
locore_machdep.S
102
li k1, 0x02|0x18|0x01 # MIPS3_PG_V|
MIPS3_PG_CACHED
|MIPS3_PG_G
Completed in 11 milliseconds
Indexes created Wed Oct 29 05:09:45 GMT 2025