Searched refs:slot_offset (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dhtab.c110 unsigned long slot_offset; local
115 slot_offset = mftb() & 0x7;
120 hpte_v = iSeries_hpte_getword0(hpte_group + slot_offset);
124 slot_offset, 0, 0);
129 slot_offset++;
130 slot_offset &= 0x7;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_native_64.c182 int slot_offset; local
188 slot_offset = mftb() & 0x7;
191 hptep = htab_address + hpte_group + slot_offset;
204 slot_offset++;
205 slot_offset &= 0x7;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dlpar.c348 unsigned long slot_offset; local
354 slot_offset = mftb() & 0x7;
359 lpar_rc = plpar_pte_remove(H_ANDCOND, hpte_group + slot_offset,
365 slot_offset++;
366 slot_offset &= 0x7;

Completed in 61 milliseconds