OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS3_PG_SIZE_TO_MASK
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/include/
mips3_pte.h
181
#define
MIPS3_PG_SIZE_TO_MASK
(pg_size) \
184
CTASSERT(
MIPS3_PG_SIZE_TO_MASK
(4096) == MIPS3_PG_SIZE_4K);
185
CTASSERT(
MIPS3_PG_SIZE_TO_MASK
(8192) == MIPS3_PG_SIZE_4K);
/src/sys/arch/mips/mips/
wired_map.c
140
mips3_wired_map[index].pgmask =
MIPS3_PG_SIZE_TO_MASK
(pgsize);
mips_machdep.c
1358
mips3_cp0_pg_mask_write(
MIPS3_PG_SIZE_TO_MASK
(PAGE_SIZE));
1380
mips3_cp0_pg_mask_write(
MIPS3_PG_SIZE_TO_MASK
(PAGE_SIZE));
1391
mips3_cp0_pg_mask_write(
MIPS3_PG_SIZE_TO_MASK
(PAGE_SIZE));
1402
mips3_cp0_pg_mask_write(
MIPS3_PG_SIZE_TO_MASK
(PAGE_SIZE));
1414
mips3_cp0_pg_mask_write(
MIPS3_PG_SIZE_TO_MASK
(PAGE_SIZE));
/src/sys/arch/mips/cavium/
octeon_cpunode.c
214
mips3_cp0_pg_mask_write(
MIPS3_PG_SIZE_TO_MASK
(PAGE_SIZE));
Completed in 19 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026