/linux-6.3-rc2/drivers/iommu/amd/ |
A D | io_pgtable.c | 290 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() 443 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_unmap_pages() local 474 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_iova_to_phys() local 494 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop); in v1_free_pgtable() local 520 struct amd_io_pgtable *pgtable = io_pgtable_cfg_to_data(cfg); in v1_alloc_pgtable() local
|
A D | io_pgtable_v2.c | 204 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() 298 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_unmap_pages() local 324 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_iova_to_phys() local 365 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop); in v2_free_pgtable() local 383 struct amd_io_pgtable *pgtable = io_pgtable_cfg_to_data(cfg); in v2_alloc_pgtable() local
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | vmlinux.lds.S | 66 *(.pgtable) 67 _epgtable = . ;
|
A D | pgtable_64.c | 192 void cleanup_trampoline(void *pgtable) in cleanup_trampoline()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | mcf_pgalloc.h | 35 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb() 62 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
|
A D | motorola_pgalloc.h | 42 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-6.3-rc2/drivers/accel/ivpu/ |
A D | ivpu_mmu_context.c | 36 static int ivpu_mmu_pgtable_init(struct ivpu_device *vdev, struct ivpu_mmu_pgtable *pgtable) in ivpu_mmu_pgtable_init() 51 static void ivpu_mmu_pgtable_free(struct ivpu_device *vdev, struct ivpu_mmu_pgtable *pgtable) in ivpu_mmu_pgtable_free() 79 ivpu_mmu_ensure_pmd(struct ivpu_device *vdev, struct ivpu_mmu_pgtable *pgtable, u64 pgd_index) in ivpu_mmu_ensure_pmd() 108 ivpu_mmu_ensure_pte(struct ivpu_device *vdev, struct ivpu_mmu_pgtable *pgtable, in ivpu_mmu_ensure_pte()
|
A D | ivpu_mmu_context.h | 27 struct ivpu_mmu_pgtable pgtable; member
|
A D | ivpu_mmu.c | 875 int ivpu_mmu_set_pgtable(struct ivpu_device *vdev, int ssid, struct ivpu_mmu_pgtable *pgtable) in ivpu_mmu_set_pgtable()
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | hash_pgtable.c | 268 pgtable_t pgtable) in hash__pgtable_trans_huge_deposit() 289 pgtable_t pgtable; in hash__pgtable_trans_huge_withdraw() local 349 pgtable_t pgtable; in hash__pmdp_huge_get_and_clear() local
|
A D | radix_pgtable.c | 988 pgtable_t pgtable) in radix__pgtable_trans_huge_deposit() 1005 pgtable_t pgtable; in radix__pgtable_trans_huge_withdraw() local
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | tlb.c | 265 pgtable_t pgtable) in pgtable_trans_huge_deposit() 282 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
|
/linux-6.3-rc2/mm/ |
A D | pgtable-generic.c | 163 pgtable_t pgtable) in pgtable_trans_huge_deposit() 180 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
|
A D | huge_memory.c | 659 pgtable_t pgtable; in __do_huge_pmd_anonymous_page() local 768 static void set_huge_zero_page(pgtable_t pgtable, struct mm_struct *mm, in set_huge_zero_page() 798 pgtable_t pgtable; in do_huge_pmd_anonymous_page() local 845 pgtable_t pgtable) in insert_pfn_pmd() 908 pgtable_t pgtable = NULL; in vmf_insert_pfn_pmd_prot() local 1082 pgtable_t pgtable = NULL; in copy_huge_pmd() local 1666 pgtable_t pgtable; in zap_deposited_table() local 1793 pgtable_t pgtable; in move_huge_pmd() local 2039 pgtable_t pgtable; in __split_huge_zero_page_pmd() local 2074 pgtable_t pgtable; in __split_huge_pmd_locked() local
|
A D | hugetlb_vmemmap.c | 45 pte_t *pgtable = pte_alloc_one_kernel(&init_mm); in __split_vmemmap_huge_pmd() local
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu/ |
A D | arm-smmu-qcom.c | 125 struct io_pgtable *pgtable = in qcom_adreno_smmu_get_ttbr1_cfg() local 140 struct io_pgtable *pgtable = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); in qcom_adreno_smmu_set_ttbr0_cfg() local
|
A D | qcom_iommu.c | 437 struct io_pgtable *pgtable = container_of(qcom_domain->pgtbl_ops, in qcom_iommu_flush_iotlb_all() local
|
/linux-6.3-rc2/drivers/gpu/drm/etnaviv/ |
A D | etnaviv_iommu.c | 93 u32 pgtable; in etnaviv_iommuv1_restore() local
|
/linux-6.3-rc2/drivers/iommu/ |
A D | exynos-iommu.c | 177 static sysmmu_pte_t *section_entry(sysmmu_pte_t *pgtable, sysmmu_iova_t iova) in section_entry() 247 sysmmu_pte_t *pgtable; /* lv1 page table, 16KB */ member 297 phys_addr_t pgtable; /* assigned page table structure */ member
|
A D | omap-iommu.h | 34 u32 *pgtable; member
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | pgtable.c | 575 pgtable_t pgtable) in pgtable_trans_huge_deposit() 592 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/ |
A D | pgtable.c | 247 struct kvm_pgtable_mm_ops *mm_ops, kvm_pteref_t pgtable, u32 level) in __kvm_pgtable_walk() 1279 void kvm_pgtable_stage2_free_removed(struct kvm_pgtable_mm_ops *mm_ops, void *pgtable, u32 level) in kvm_pgtable_stage2_free_removed()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_mmu_radix.c | 609 int kvmppc_create_pte(struct kvm *kvm, pgd_t *pgtable, pte_t pte, in kvmppc_create_pte()
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | mmu.c | 137 void *pgtable = page_to_virt(page); in stage2_free_removed_table_rcu_cb() local
|
/linux-6.3-rc2/fs/ |
A D | dax.c | 1196 pgtable_t pgtable = NULL; in dax_pmd_load_hole() local
|