Searched refs:NPMAPS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpmap.h84 #if !defined(NPMAPS)
85 #define NPMAPS 32768 macro
86 #endif /* !defined(NPMAPS) */
/freebsd-12-stable/sys/powerpc/aim/
H A Dmmu_oea.c212 static u_int moea_vsid_bitmap[NPMAPS / VSID_NBPW];
867 moea_vsid_bitmap[(KERNEL_VSIDBITS & (NPMAPS - 1)) / VSID_NBPW]
1735 for (i = 0; i < NPMAPS; i += VSID_NBPW) {
1746 hash = moea_vsidcontext & (NPMAPS - 1);
1882 idx = VSID_TO_HASH(pmap->pm_sr[0]) & (NPMAPS-1);
H A Dmmu_oea64.c180 #define NVSIDS (NPMAPS * 16)
183 #define NVSIDS NPMAPS

Completed in 45 milliseconds