Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/include/
HDpmap.h104 #if !defined(NPMAPS)
105 #define NPMAPS 32768 macro
/freebsd-14-stable/sys/powerpc/aim/
HDmmu_oea.c215 static u_int moea_vsid_bitmap[NPMAPS / VSID_NBPW];
873 moea_vsid_bitmap[(KERNEL_VSIDBITS & (NPMAPS - 1)) / VSID_NBPW] in moea_bootstrap()
1736 for (i = 0; i < NPMAPS; i += VSID_NBPW) { in moea_pinit()
1747 hash = moea_vsidcontext & (NPMAPS - 1); in moea_pinit()
1883 idx = VSID_TO_HASH(pmap->pm_sr[0]) & (NPMAPS-1); in moea_release()
HDmmu_oea64.c237 #define NVSIDS (NPMAPS * 16)
240 #define NVSIDS NPMAPS