Lines Matching refs:hpte_group
265 static long native_hpte_insert(unsigned long hpte_group, unsigned long vpn, in native_hpte_insert() argument
269 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
279 hpte_group, vpn, pa, rflags, vflags, psize); in native_hpte_insert()
329 static long native_hpte_remove(unsigned long hpte_group) in native_hpte_remove() argument
336 DBG_LOW(" remove(group=%lx)\n", hpte_group); in native_hpte_remove()
342 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
448 unsigned long hpte_group; in native_hpte_find() local
460 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP; in native_hpte_find()
461 slot = __native_hpte_find(want_v, hpte_group); in native_hpte_find()
464 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP; in native_hpte_find()
465 slot = __native_hpte_find(want_v, hpte_group); in native_hpte_find()