Searched refs:VSID_NBPW (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/powerpc/aim/
H A Dmmu_oea.c209 #define VSID_NBPW (sizeof(u_int32_t) * 8) macro
210 static u_int moea_vsid_bitmap[NPMAPS / VSID_NBPW];
866 moea_vsid_bitmap[(KERNEL_VSIDBITS & (NPMAPS - 1)) / VSID_NBPW]
867 |= 1 << (KERNEL_VSIDBITS % VSID_NBPW);
1656 for (i = 0; i < NPMAPS; i += VSID_NBPW) {
1671 mask = 1 << (hash & (VSID_NBPW - 1));
1681 hash &= 0xfffff & ~(VSID_NBPW - 1);
1804 mask = 1 << (idx % VSID_NBPW);
1805 idx /= VSID_NBPW;
H A Dmmu_oea64.c226 #define VSID_NBPW (sizeof(u_int32_t) * 8) macro
234 static u_int moea64_vsid_bitmap[NVSIDS / VSID_NBPW];
816 moea64_vsid_bitmap[(KERNEL_VSIDBITS & (NVSIDS - 1)) / VSID_NBPW]
817 |= 1 << (KERNEL_VSIDBITS % VSID_NBPW);
1832 for (i = 0; i < NVSIDS; i += VSID_NBPW) {
1847 mask = 1 << (hash & (VSID_NBPW - 1));
1857 hash &= VSID_HASHMASK & ~(VSID_NBPW - 1);
2047 mask = 1 << (idx % VSID_NBPW);
2048 idx /= VSID_NBPW;

Completed in 99 milliseconds