Lines Matching refs:hpte_group
344 static long native_hpte_insert(unsigned long hpte_group, unsigned long vpn, in native_hpte_insert() argument
348 struct hash_pte *hptep = htab_address + hpte_group; in native_hpte_insert()
355 hpte_group, vpn, pa, rflags, vflags, psize); in native_hpte_insert()
400 static long native_hpte_remove(unsigned long hpte_group) in native_hpte_remove() argument
407 DBG_LOW(" remove(group=%lx)\n", hpte_group); in native_hpte_remove()
413 hptep = htab_address + hpte_group + slot_offset; in native_hpte_remove()
513 unsigned long hpte_group; in native_hpte_find() local
525 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP; in native_hpte_find()
526 slot = __native_hpte_find(want_v, hpte_group); in native_hpte_find()
529 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP; in native_hpte_find()
530 slot = __native_hpte_find(want_v, hpte_group); in native_hpte_find()