Lines Matching defs:slot
30 unsigned long vpn, hash, shift, slot;
73 * Find the slot index details for this ea, using base page size.
91 * With THP, we also clear the slot information with
94 * don't find the slot valid when we fault with 4k
109 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
110 slot += hidx & _PTEIDX_GROUP_IX;
112 ret = mmu_hash_ops.hpte_updatepp(slot, rflags, vpn,
139 /* Insert into the hash table, primary slot */
140 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, 0,
145 if (unlikely(slot == -1)) {
147 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa,
151 if (slot == -1) {
164 if (unlikely(slot == -2)) {
175 mark_hpte_slot_valid(hpte_slot_array, index, slot);