Searched refs:HPTES_PER_GROUP (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage-hash64.c75 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
91 HPTES_PER_GROUP) & ~0x7UL;
110 HPTES_PER_GROUP) & ~0x7UL;
117 HPTES_PER_GROUP)&~0x7UL;
H A Dhash_native_64.c153 for (i = 0; i < HPTES_PER_GROUP; i++) {
165 if (i == HPTES_PER_GROUP)
202 for (i = 0; i < HPTES_PER_GROUP; i++) {
220 if (i == HPTES_PER_GROUP)
276 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
277 for (i = 0; i < HPTES_PER_GROUP; i++) {
391 pteg = slot / HPTES_PER_GROUP;
438 slots = pteg_count * HPTES_PER_GROUP;
492 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
H A Dhash_utils_64.c203 hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP);
1151 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
1200 hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP);
1226 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_htab.c68 hpte_group = ~hpte_group & (htab_hash_mask * HPTES_PER_GROUP);
235 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
236 for (i = 0; i < HPTES_PER_GROUP; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dhtab.c119 for (i = 0; i < HPTES_PER_GROUP; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c350 for (i = 0; i < HPTES_PER_GROUP; i++) {
476 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
477 for (i = 0; i < HPTES_PER_GROUP; i++) {
576 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c146 hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP);
173 hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmmu-hash64.h78 #define HPTES_PER_GROUP 8 macro

Completed in 87 milliseconds