Home
last modified time | relevance | path

Searched defs:pgtable (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/iommu/amd/
H A Dio_pgtable.c105 static bool increase_address_space(struct amd_io_pgtable *pgtable, in increase_address_space()
147 static u64 *alloc_pte(struct amd_io_pgtable *pgtable, in alloc_pte()
247 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte()
325 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_map_pages() local
403 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_unmap_pages() local
434 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_iova_to_phys() local
488 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_read_and_clear_dirty() local
521 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, pgtbl); in v1_free_pgtable() local
537 struct amd_io_pgtable *pgtable = io_pgtable_cfg_to_data(cfg); in v1_alloc_pgtable() local
H A Dio_pgtable_v2.c194 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte()
236 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_map_pages() local
289 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_unmap_pages() local
315 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_iova_to_phys() local
334 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, pgtbl); in v2_free_pgtable() local
346 struct amd_io_pgtable *pgtable = io_pgtable_cfg_to_data(cfg); in v2_alloc_pgtable() local
/linux/arch/arm64/kvm/
H A Dptdump.c100 struct kvm_pgtable *pgtable = mmu->pgt; in kvm_ptdump_parser_create() local
196 struct kvm_pgtable *pgtable = m->private; in kvm_pgtable_range_show() local
204 struct kvm_pgtable *pgtable = m->private; in kvm_pgtable_levels_show() local
214 struct kvm_pgtable *pgtable; in kvm_pgtable_debugfs_open() local
H A Dpkvm.c435 void pkvm_pgtable_stage2_free_unlinked(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, s8 level) in pkvm_pgtable_stage2_free_unlinked()
H A Dmmu.c233 void *pgtable = page_to_virt(page); in stage2_free_unlinked_table_rcu_cb() local
/linux/arch/x86/boot/compressed/
H A Dvmlinux.lds.S76 *(.pgtable)
77 _epgtable = . ;
H A Dpgtable_64.c102 asmlinkage void configure_5level_paging(struct boot_params *bp, void *pgtable) in configure_5level_paging()
/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h39 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb()
64 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
H A Dmotorola_pgalloc.h42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
47 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c267 pgtable_t pgtable) in hash__pgtable_trans_huge_deposit()
288 pgtable_t pgtable; in hash__pgtable_trans_huge_withdraw() local
348 pgtable_t pgtable; in hash__pmdp_huge_get_and_clear() local
H A Dradix_pgtable.c1489 pgtable_t pgtable) in radix__pgtable_trans_huge_deposit()
1506 pgtable_t pgtable; in radix__pgtable_trans_huge_withdraw() local
/linux/mm/
H A Dpgtable-generic.c165 pgtable_t pgtable) in pgtable_trans_huge_deposit()
182 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
246 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable) in pte_free_defer()
H A Dhuge_memory.c1222 pgtable_t pgtable; in __do_huge_pmd_anonymous_page() local
1306 static void set_huge_zero_folio(pgtable_t pgtable, struct mm_struct *mm, in set_huge_zero_folio()
1333 pgtable_t pgtable; in do_huge_pmd_anonymous_page() local
1384 bool write, pgtable_t pgtable) in insert_pmd()
1453 pgtable_t pgtable = NULL; in vmf_insert_pfn_pmd() local
1500 pgtable_t pgtable = NULL; in vmf_insert_folio_pmd() local
1674 pgtable_t pgtable = NULL; in copy_huge_pmd() local
2175 pgtable_t pgtable; in zap_deposited_table() local
2326 pgtable_t pgtable; in move_huge_pmd() local
2800 pgtable_t pgtable; in __split_huge_zero_page_pmd() local
[all …]
H A Dhugetlb_vmemmap.c57 pte_t *pgtable; in vmemmap_split_pmd() local
H A Dkhugepaged.c1115 pgtable_t pgtable; in collapse_huge_page() local
/linux/arch/sparc/mm/
H A Dtlb.c273 pgtable_t pgtable) in pgtable_trans_huge_deposit()
290 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
/linux/arch/powerpc/mm/
H A Dpgtable-frag.c133 void pte_free_defer(struct mm_struct *mm, pgtable_t pgtable) in pte_free_defer()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c93 u32 pgtable; in etnaviv_iommuv1_restore() local
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c216 struct io_pgtable *pgtable = in qcom_adreno_smmu_get_ttbr1_cfg() local
231 struct io_pgtable *pgtable = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); in qcom_adreno_smmu_set_ttbr0_cfg() local
H A Dqcom_iommu.c475 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all() local
/linux/drivers/iommu/
H A Dexynos-iommu.c181 static sysmmu_pte_t *section_entry(sysmmu_pte_t *pgtable, sysmmu_iova_t iova) in section_entry()
251 sysmmu_pte_t *pgtable; /* lv1 page table, 16KB */ member
301 phys_addr_t pgtable; /* assigned page table structure */ member
H A Domap-iommu.h34 u32 *pgtable; member
/linux/arch/s390/mm/
H A Dpgtable.c556 pgtable_t pgtable) in pgtable_trans_huge_deposit()
573 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
/linux/include/linux/
H A Dpage-flags.h1043 PAGE_TYPE_OPS(Table, table, pgtable) in PAGE_TYPE_OPS() argument
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c615 int kvmppc_create_pte(struct kvm *kvm, pgd_t *pgtable, pte_t pte, in kvmppc_create_pte()

12