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

  /src/sys/arch/sun2/include/
pte.h 33 #define NPMEG 256
34 #define SEGINV (NPMEG-1)
  /src/sys/arch/sun3/include/
pte3.h 36 #define NPMEG 256
37 #define SEGINV (NPMEG-1)
  /src/sys/arch/sun2/sun2/
pmap.c 334 #define PMEG_INVAL (NPMEG-1)
342 static struct pmeg_state pmeg_array[NPMEG];
652 memset(pmeg_array, 0, NPMEG*sizeof(struct pmeg_state));
653 for (x = 0; x < NPMEG; x++) {
1053 nvp = NPMEG * NPAGSEG;
  /src/sys/arch/sun3/sun3/
pmap.c 343 #define PMEG_INVAL (NPMEG-1)
351 static struct pmeg_state pmeg_array[NPMEG];
661 memset(pmeg_array, 0, NPMEG*sizeof(struct pmeg_state));
662 for (x = 0; x < NPMEG; x++) {
1062 nvp = NPMEG * NPAGSEG;

Completed in 33 milliseconds