HomeSort by: relevance | last modified time | path
    Searched refs:EIOMAPSIZE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hp300/include/
vmparam.h 99 #ifndef EIOMAPSIZE
100 #define EIOMAPSIZE 3584 /* 14mb */
  /src/sys/arch/hp300/hp300/
bus_space.c 140 bsh >= ((vaddr_t)extiobase + ptoa(EIOMAPSIZE)))
pmap_bootstrap.c 110 * EIOMAPSIZE are the number of PTEs, hence we need to round
130 (IIOMAPSIZE + EIOMAPSIZE + NPTEPG - 1) / NPTEPG;
403 pte += EIOMAPSIZE;
autoconf.c 1027 (u_long) extiobase + (ptoa(EIOMAPSIZE) - 1),
1068 (uint8_t *)kva >= extiobase + ptoa(EIOMAPSIZE))
machdep.c 1181 (uint8_t *)ptr < extiobase + (EIOMAPSIZE * PAGE_SIZE)))

Completed in 15 milliseconds