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

  /src/sys/arch/hb68k/pg68k/
pgmmu.h 164 #define PGMMU_NUM_SEGS 512 /* 512 segments per context */
pmap_pgmmu.h 58 uint8_t ctx_segrefs[PGMMU_NUM_SEGS];
pmap_pgmmu.c 749 for (seg = 0, va = 0; seg < PGMMU_NUM_SEGS; seg++, va = nextva) {
1137 for (seg = 0, va = 0; seg < PGMMU_NUM_SEGS; seg++, va = nextva) {
2200 for (seg = 0, va = 0; seg < PGMMU_NUM_SEGS;
2225 for (seg = 0, va = 0; seg < PGMMU_NUM_SEGS;
2240 for (seg = 0, va = 0; seg < PGMMU_NUM_SEGS;

Completed in 70 milliseconds