Home
last modified time | relevance | path

Searched defs:pgt (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_pgt.c113 mlxsw_sp_pgt_entry_create(struct mlxsw_sp_pgt *pgt, u16 mid, u16 smpe) in mlxsw_sp_pgt_entry_create()
139 static void mlxsw_sp_pgt_entry_destroy(struct mlxsw_sp_pgt *pgt, in mlxsw_sp_pgt_entry_destroy()
152 mlxsw_sp_pgt_entry_get(struct mlxsw_sp_pgt *pgt, u16 mid, u16 smpe) in mlxsw_sp_pgt_entry_get()
163 static void mlxsw_sp_pgt_entry_put(struct mlxsw_sp_pgt *pgt, u16 mid) in mlxsw_sp_pgt_entry_put()
313 struct mlxsw_sp_pgt *pgt; in mlxsw_sp_pgt_init() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c30 struct nvkm_vmm_pt *pgt = *ppgt; in nvkm_vmm_pt_del() local
44 struct nvkm_vmm_pt *pgt; in nvkm_vmm_pt_new() local
143 struct nvkm_vmm_pt *pgt = it->pt[it->lvl]; in nvkm_vmm_unref_pdes() local
197 nvkm_vmm_unref_sptes(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgt, in nvkm_vmm_unref_sptes()
262 struct nvkm_vmm_pt *pgt = it->pt[0]; in nvkm_vmm_unref_ptes() local
296 nvkm_vmm_ref_sptes(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgt, in nvkm_vmm_ref_sptes()
368 struct nvkm_vmm_pt *pgt = it->pt[0]; in nvkm_vmm_ref_ptes() local
382 struct nvkm_vmm_pt *pgt, u32 ptei, u32 ptes) in nvkm_vmm_sparse_ptes()
417 struct nvkm_vmm_pt *pgt = pgd->pde[pdei]; in nvkm_vmm_ref_hwpt() local
487 struct nvkm_vmm_pt *pgt = pgd->pde[pdei]; in nvkm_vmm_ref_swpt() local
[all …]
H A Dvmmgp100.c238 struct nvkm_vmm_pt *pgt = pgd->pde[pdei]; in gp100_vmm_pd0_pde() local
365 struct nvkm_vmm_pt *pgt = pgd->pde[pdei]; in gp100_vmm_pd1_pde() local
H A Dvmmnv50.c106 nv50_vmm_pde(struct nvkm_vmm *vmm, struct nvkm_vmm_pt *pgt, u64 *pdata) in nv50_vmm_pde()
H A Dvmmgf100.c108 struct nvkm_vmm_pt *pgt = pgd->pde[pdei]; in gf100_vmm_pgd_pde() local
/linux/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c68 u64 *pgt = (void *)la57_toggle + PAGE_SIZE; in efi_5level_switch() local
/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h50 struct kvm_pgtable pgt; global() member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c52 struct nvkm_memory *pgt = in nv04_dmaobj_bind() local
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c68 static void __init free_pgt_page(void *pgt, void *dummy) in free_pgt_page()
/linux/arch/s390/kvm/
H A Dgaccess.c1214 unsigned long *pgt, int *dat_protection, in kvm_s390_shadow_tables()
1409 static int shadow_pgt_lookup(struct gmap *sg, unsigned long saddr, unsigned long *pgt, in shadow_pgt_lookup()
1453 unsigned long pgt = 0; in kvm_s390_shadow_fault() local
/linux/arch/s390/mm/
H A Dgmap.c1220 unsigned long *pgt) in __gmap_unshadow_pgt()
1239 phys_addr_t sto, pgt; in gmap_unshadow_pgt() local
1269 phys_addr_t pgt; in __gmap_unshadow_sgt() local
1766 int gmap_shadow_pgt(struct gmap *sg, unsigned long saddr, unsigned long pgt, in gmap_shadow_pgt()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_self_test.c78 static int pgt(struct st_pred_args *args) in pgt() function
/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c953 u64 hl_mmu_hr_pte_phys_to_virt(struct hl_ctx *ctx, struct pgt_info *pgt, in hl_mmu_hr_pte_phys_to_virt()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c831 const struct io_pgtable *pgt = io_pgtable_ops_to_pgtable(vm->pgtbl_ops); in panthor_vm_page_size() local
/linux/arch/s390/include/asm/
H A Dpgtable.h2011 static inline unsigned long gmap_pgste_get_pgt_addr(unsigned long *pgt) in gmap_pgste_get_pgt_addr()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h161 struct kvm_pgtable *pgt; member