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
338 DBG_LOW(" remove(group=%lx)\n", hpte_group); in native_hpte_remove()
344 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
453 unsigned long hpte_group; in native_hpte_find() local
465 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP; in native_hpte_find()
466 slot = __native_hpte_find(want_v, hpte_group); in native_hpte_find()
469 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP; in native_hpte_find()
470 slot = __native_hpte_find(want_v, hpte_group); in native_hpte_find()