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.c237 #define NVSIDS (NPMAPS * 16) macro
240 #define NVSIDS NPMAPS macro
243 static u_int moea64_vsid_bitmap[NVSIDS / VSID_NBPW];
1099 moea64_vsid_bitmap[(KERNEL_VSIDBITS & (NVSIDS - 1)) / VSID_NBPW] in moea64_mid_bootstrap()
2451 for (i = 0; i < NVSIDS; i += VSID_NBPW) { in moea64_get_unique_vsid()
2462 hash = moea64_vsidcontext & (NVSIDS - 1); in moea64_get_unique_vsid()
2665 idx = vsid & (NVSIDS-1); in moea64_release_vsid()