Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c206 #define NVSIDS (NPMAPS * 16) macro
209 #define NVSIDS NPMAPS macro
212 static u_int moea64_vsid_bitmap[NVSIDS / VSID_NBPW];
1072 moea64_vsid_bitmap[(KERNEL_VSIDBITS & (NVSIDS - 1)) / VSID_NBPW] in moea64_mid_bootstrap()
2410 for (i = 0; i < NVSIDS; i += VSID_NBPW) { in moea64_get_unique_vsid()
2421 hash = moea64_vsidcontext & (NVSIDS - 1); in moea64_get_unique_vsid()
2630 idx = vsid & (NVSIDS-1); in moea64_release_vsid()