OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysptsize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/vax/vax/
pmap.c
266
unsigned int
sysptsize
, i;
local in function:pmap_bootstrap
290
sysptsize
= kvmsize >> VAX_PGSHIFT;
294
* amount of physical memory also, therefore
sysptsize
is
299
virtual_end = KERNBASE +
sysptsize
* VAX_NBPG;
300
memset(Sysmap, 0,
sysptsize
* 4); /* clear SPT before using it */
322
istack = (uintptr_t)Sysmap + round_page(
sysptsize
* 4);
369
printf("
SYSPTSIZE
%x usrptsize %lx\n",
370
sysptsize
, usrptsize * sizeof(struct pte));
427
mtpr(
sysptsize
, PR_SLR);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025