OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IIOMAPSIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/x68k/include/
cpu.h
78
* Ranges from 0xC00000 to 0x1000000 (
IIOMAPSIZE
).
87
#define
IIOMAPSIZE
btoc(INTIOSIZE) /* 4mb */
/src/sys/arch/hp300/include/
cpu.h
95
* Ranges from 0x400000 to 0x600000 (
IIOMAPSIZE
).
107
#define
IIOMAPSIZE
btoc(INTIOSIZE) /* 2mb */
/src/sys/arch/mac68k/include/
cpu.h
214
#define
IIOMAPSIZE
btoc(0x00100000) /* 1MB should be enough */
/src/sys/arch/hp300/hp300/
pmap_bootstrap.c
109
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
and
133
(
IIOMAPSIZE
+ EIOMAPSIZE + NPTEPG - 1) / NPTEPG;
398
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c
119
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
and
138
(
IIOMAPSIZE
+ ROMMAPSIZE + btoc(vidlen) + NPTEPG - 1) / NPTEPG;
383
epte = &pte[
IIOMAPSIZE
];
machdep.c
2699
.pmbm_size = m68k_ptob(
IIOMAPSIZE
),
/src/sys/arch/next68k/next68k/
pmap_bootstrap.c
123
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
148
(
IIOMAPSIZE
+ fbmapsize + NPTEPG - 1) / NPTEPG;
384
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/x68k/x68k/
pmap_bootstrap.c
109
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
131
(
IIOMAPSIZE
+ NPTEPG - 1) / NPTEPG;
366
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/next68k/include/
cpu.h
272
#define
IIOMAPSIZE
btoc(INTIOSIZE)
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026