Home
last modified time | relevance | path

Searched refs:hidx (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h94 rpte.hidx = *hidxp; in __real_pte()
112 return HIDX_UNSHIFT_BY_ONE(BITS_TO_HIDX(rpte.hidx, index)); in __rpte_to_hidx()
121 unsigned long hidx, int offset) in pte_set_hidx() argument
125 rpte.hidx &= ~HIDX_BITS(0xfUL, subpg_index); in pte_set_hidx()
126 *hidxp = rpte.hidx | HIDX_BITS(HIDX_SHIFT_BY_ONE(hidx), subpg_index); in pte_set_hidx()
226 unsigned int index, unsigned int hidx) in mark_hpte_slot_valid() argument
228 hpte_slot_array[index] = (hidx << 1) | 0x1; in mark_hpte_slot_valid()
Dhash-4k.h95 unsigned int subpg_index, unsigned long hidx, in pte_set_hidx() argument
98 return (hidx << H_PAGE_F_GIX_SHIFT) & in pte_set_hidx()
124 unsigned int index, unsigned int hidx) in mark_hpte_slot_valid() argument
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Drootnv50.c48 int hidx, ret = -ENOSYS; in nv50_disp_root_mthd_() local
58 hidx = args->v0.head; in nv50_disp_root_mthd_()
68 hidx = ffs((mask >> 8) & 0x0f) - 1; in nv50_disp_root_mthd_()
72 if (!(head = nvkm_head_find(&disp->base, hidx))) in nv50_disp_root_mthd_()
156 ior->func->dp.audio(ior, hidx, true); in nv50_disp_root_mthd_()
157 ior->func->hda.hpd(ior, hidx, true); in nv50_disp_root_mthd_()
161 ior->func->dp.audio(ior, hidx, false); in nv50_disp_root_mthd_()
162 ior->func->hda.hpd(ior, hidx, false); in nv50_disp_root_mthd_()
202 outp->ior->func->hdmi.ctrl(outp->ior, hidx, args->v0.state, in nv50_disp_root_mthd_()
209 outp->ior, hidx, args->v0.scdc); in nv50_disp_root_mthd_()
[all …]
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_hugepage.c27 unsigned long rflags, pa, hidx; in __hash_page_thp() local
106 hidx = hpte_hash_index(hpte_slot_array, index); in __hash_page_thp()
107 if (hidx & _PTEIDX_SECONDARY) in __hash_page_thp()
110 slot += hidx & _PTEIDX_GROUP_IX; in __hash_page_thp()
Dhash_native.c627 unsigned long hidx, vpn = 0, hash, slot; in native_hugepage_invalidate() local
637 hidx = hpte_hash_index(hpte_slot_array, i); in native_hugepage_invalidate()
643 if (hidx & _PTEIDX_SECONDARY) in native_hugepage_invalidate()
647 slot += hidx & _PTEIDX_GROUP_IX; in native_hugepage_invalidate()
805 unsigned long hash, index, hidx, shift, slot; in native_flush_hash_range() local
828 hidx = __rpte_to_hidx(pte, index); in native_flush_hash_range()
829 if (hidx & _PTEIDX_SECONDARY) in native_flush_hash_range()
832 slot += hidx & _PTEIDX_GROUP_IX; in native_flush_hash_range()
Dhash_utils.c1699 unsigned long hash, gslot, hidx; in pte_get_hash_gslot() local
1702 hidx = __rpte_to_hidx(rpte, subpg_index); in pte_get_hash_gslot()
1703 if (hidx & _PTEIDX_SECONDARY) in pte_get_hash_gslot()
1706 gslot += hidx & _PTEIDX_GROUP_IX; in pte_get_hash_gslot()
1743 unsigned long hidx, shift, vpn, hash, slot; in flush_hash_hugepage() local
1774 hidx = hpte_hash_index(hpte_slot_array, i); in flush_hash_hugepage()
1780 if (hidx & _PTEIDX_SECONDARY) in flush_hash_hugepage()
1784 slot += hidx & _PTEIDX_GROUP_IX; in flush_hash_hugepage()
1890 unsigned long hash, hidx, slot; in kernel_unmap_linear_page() local
1897 hidx = linear_map_hash_slots[lmi] & 0x7f; in kernel_unmap_linear_page()
[all …]
Dhash_64k.c23 static inline bool hpte_soft_invalid(unsigned long hidx) in hpte_soft_invalid() argument
25 return ((hidx & 0xfUL) == 0xfUL); in hpte_soft_invalid()
140 rpte.hidx = INVALID_RPTE_HIDX; in __hash_page_4K()
/Linux-v5.4/arch/powerpc/include/asm/
Dpgtable-types.h53 typedef struct { pte_t pte; unsigned long hidx; } real_pte_t; member
Dpgtable-be-types.h76 typedef struct { pte_t pte; unsigned long hidx; } real_pte_t; member
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dlpar.c1193 unsigned long shift, hidx, vpn = 0, hash, slot; in pSeries_lpar_hugepage_invalidate() local
1202 hidx = hpte_hash_index(hpte_slot_array, i); in pSeries_lpar_hugepage_invalidate()
1208 if (hidx & _PTEIDX_SECONDARY) in pSeries_lpar_hugepage_invalidate()
1212 slot += hidx & _PTEIDX_GROUP_IX; in pSeries_lpar_hugepage_invalidate()
1269 unsigned long slot, hash, hidx; in compute_slot() local
1272 hidx = __rpte_to_hidx(pte, index); in compute_slot()
1273 if (hidx & _PTEIDX_SECONDARY) in compute_slot()
1276 slot += hidx & _PTEIDX_GROUP_IX; in compute_slot()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c300 int hidx = enetc_vid_hash_idx(i); in enetc_sync_vlan_ht_filter() local
302 __set_bit(hidx, pf->vlan_ht_filter); in enetc_sync_vlan_ht_filter()