Lines Matching defs:slot
1038 * new_pte |= (slot << H_PAGE_F_GIX_SHIFT) & (H_PAGE_F_SECOND | H_PAGE_F_GIX);
1040 * Where the slot number is between 0-15, and values of 8-15 indicate
1744 * Return the global hash slot, corresponding to the given PTE, which contains
1790 unsigned long hidx, shift, vpn, hash, slot;
1830 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
1831 slot += hidx & _PTEIDX_GROUP_IX;
1832 mmu_hash_ops.hpte_invalidate(slot, vpn, psize,
1881 long slot;
1886 /* Insert into the hash table, primary slot */
1887 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, vflags,
1891 if (unlikely(slot == -1)) {
1893 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags,
1896 if (slot == -1) {
1906 return slot;
1937 unsigned long hash, hidx, slot;
1949 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
1950 slot += hidx & _PTEIDX_GROUP_IX;
1951 mmu_hash_ops.hpte_invalidate(slot, vpn, mmu_linear_psize,