OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IIOMAPSIZE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/x68k/include/
cpu.h
78
* Ranges from 0xC00000 to 0x1000000 (
IIOMAPSIZE
).
87
#define
IIOMAPSIZE
btoc(INTIOTOP-INTIOBASE) /* 4mb */
/src/sys/arch/hp300/include/
cpu.h
94
* Ranges from 0x400000 to 0x600000 (
IIOMAPSIZE
).
105
#define
IIOMAPSIZE
btoc(INTIOTOP-INTIOBASE) /* 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
130
(
IIOMAPSIZE
+ EIOMAPSIZE + NPTEPG - 1) / NPTEPG;
395
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/x68k/x68k/
pmap_bootstrap.c
108
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
127
(
IIOMAPSIZE
+ NPTEPG - 1) / NPTEPG;
362
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/next68k/next68k/
pmap_bootstrap.c
162
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
184
+ (
IIOMAPSIZE
+ fbmapsize + NPTEPG - 1) / NPTEPG;
420
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c
142
* [ Sysptsize is the number of pages of PT, and
IIOMAPSIZE
and
159
(
IIOMAPSIZE
+ ROMMAPSIZE + VIDMAPSIZE + NPTEPG - 1) / NPTEPG;
425
epte = &pte[
IIOMAPSIZE
];
/src/sys/arch/next68k/include/
cpu.h
265
* Ranges from 0x400000 to 0x600000 (
IIOMAPSIZE
).
273
#define
IIOMAPSIZE
btoc(INTIOTOP-INTIOBASE) /* 2mb */
Completed in 15 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025