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

  /src/sys/arch/powerpc/include/oea/
vmparam.h 174 #ifndef NPMAPS
175 #define NPMAPS 32768 /* Number of pmaps in system */
  /src/sys/arch/powerpc/oea/
pmap.c 401 static uint32_t pmap_vsid_bitmap[NPMAPS / VSID_NBPW];
1163 for (i = 0; i < NPMAPS; i += VSID_NBPW) {
1175 hash = pmap_vsidcontext & (NPMAPS - 1);
1248 idx = pm->pm_vsid & (NPMAPS-1);
3407 pmap_vsid_bitmap[(KERNEL_VSIDBITS & (NPMAPS-1)) / VSID_NBPW]
3409 pmap_vsid_bitmap[(PHYSMAP_VSIDBITS & (NPMAPS-1)) / VSID_NBPW]

Completed in 13 milliseconds