/linux-6.1.9/drivers/iommu/amd/ |
D | io_pgtable_v2.c | 204 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() argument 211 pte = &pgtable->pgd[PM_LEVEL_INDEX(level, iova)]; in fetch_pte() 298 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_unmap_pages() local 299 struct io_pgtable_cfg *cfg = &pgtable->iop.cfg; in iommu_v2_unmap_pages() 309 pte = fetch_pte(pgtable, iova, &unmap_size); in iommu_v2_unmap_pages() 324 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v2_iova_to_phys() local 328 pte = fetch_pte(pgtable, iova, &pte_pgsize); in iommu_v2_iova_to_phys() 365 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop); in v2_free_pgtable() local 367 pdom = container_of(pgtable, struct protection_domain, iop); in v2_free_pgtable() 378 free_pgtable(pgtable->pgd, get_pgtable_level()); in v2_free_pgtable() [all …]
|
D | io_pgtable.c | 290 static u64 *fetch_pte(struct amd_io_pgtable *pgtable, in fetch_pte() argument 299 if (address > PM_LEVEL_SIZE(pgtable->mode)) in fetch_pte() 302 level = pgtable->mode - 1; in fetch_pte() 303 pte = &pgtable->root[PM_LEVEL_INDEX(level, address)]; in fetch_pte() 443 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_unmap_pages() local 454 pte = fetch_pte(pgtable, iova, &unmap_size); in iommu_v1_unmap_pages() 474 struct amd_io_pgtable *pgtable = io_pgtable_ops_to_data(ops); in iommu_v1_iova_to_phys() local 478 pte = fetch_pte(pgtable, iova, &pte_pgsize); in iommu_v1_iova_to_phys() 494 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop); in v1_free_pgtable() local 498 if (pgtable->mode == PAGE_MODE_NONE) in v1_free_pgtable() [all …]
|
/linux-6.1.9/mm/ |
D | pgtable-generic.c | 163 pgtable_t pgtable) in pgtable_trans_huge_deposit() argument 169 INIT_LIST_HEAD(&pgtable->lru); in pgtable_trans_huge_deposit() 171 list_add(&pgtable->lru, &pmd_huge_pte(mm, pmdp)->lru); in pgtable_trans_huge_deposit() 172 pmd_huge_pte(mm, pmdp) = pgtable; in pgtable_trans_huge_deposit() 180 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local 185 pgtable = pmd_huge_pte(mm, pmdp); in pgtable_trans_huge_withdraw() 186 pmd_huge_pte(mm, pmdp) = list_first_entry_or_null(&pgtable->lru, in pgtable_trans_huge_withdraw() 189 list_del(&pgtable->lru); in pgtable_trans_huge_withdraw() 190 return pgtable; in pgtable_trans_huge_withdraw()
|
D | huge_memory.c | 656 pgtable_t pgtable; in __do_huge_pmd_anonymous_page() local 670 pgtable = pte_alloc_one(vma->vm_mm); in __do_huge_pmd_anonymous_page() 671 if (unlikely(!pgtable)) { in __do_huge_pmd_anonymous_page() 698 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 708 pgtable_trans_huge_deposit(vma->vm_mm, vmf->pmd, pgtable); in __do_huge_pmd_anonymous_page() 722 if (pgtable) in __do_huge_pmd_anonymous_page() 723 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 765 static void set_huge_zero_page(pgtable_t pgtable, struct mm_struct *mm, in set_huge_zero_page() argument 774 pgtable_trans_huge_deposit(mm, pmd, pgtable); in set_huge_zero_page() 795 pgtable_t pgtable; in do_huge_pmd_anonymous_page() local [all …]
|
D | hugetlb_vmemmap.c | 45 pte_t *pgtable = pte_alloc_one_kernel(&init_mm); in __split_vmemmap_huge_pmd() local 47 if (!pgtable) in __split_vmemmap_huge_pmd() 50 pmd_populate_kernel(&init_mm, &__pmd, pgtable); in __split_vmemmap_huge_pmd() 73 pmd_populate_kernel(&init_mm, pmd, pgtable); in __split_vmemmap_huge_pmd() 76 pte_free_kernel(&init_mm, pgtable); in __split_vmemmap_huge_pmd()
|
/linux-6.1.9/arch/sparc/mm/ |
D | tlb.c | 265 pgtable_t pgtable) in pgtable_trans_huge_deposit() argument 267 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit() 276 pmd_huge_pte(mm, pmdp) = pgtable; in pgtable_trans_huge_deposit() 282 pgtable_t pgtable; in pgtable_trans_huge_withdraw() local 287 pgtable = pmd_huge_pte(mm, pmdp); in pgtable_trans_huge_withdraw() 288 lh = (struct list_head *) pgtable; in pgtable_trans_huge_withdraw() 295 pte_val(pgtable[0]) = 0; in pgtable_trans_huge_withdraw() 296 pte_val(pgtable[1]) = 0; in pgtable_trans_huge_withdraw() 298 return pgtable; in pgtable_trans_huge_withdraw()
|
/linux-6.1.9/drivers/gpu/drm/etnaviv/ |
D | etnaviv_iommu.c | 93 u32 pgtable; in etnaviv_iommuv1_restore() local 107 pgtable = (u32)v1_context->pgtable_dma; in etnaviv_iommuv1_restore() 109 gpu_write(gpu, VIVS_MC_MMU_FE_PAGE_TABLE, pgtable); in etnaviv_iommuv1_restore() 110 gpu_write(gpu, VIVS_MC_MMU_TX_PAGE_TABLE, pgtable); in etnaviv_iommuv1_restore() 111 gpu_write(gpu, VIVS_MC_MMU_PE_PAGE_TABLE, pgtable); in etnaviv_iommuv1_restore() 112 gpu_write(gpu, VIVS_MC_MMU_PEZ_PAGE_TABLE, pgtable); in etnaviv_iommuv1_restore() 113 gpu_write(gpu, VIVS_MC_MMU_RA_PAGE_TABLE, pgtable); in etnaviv_iommuv1_restore()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_pgtable.c | 268 pgtable_t pgtable) in hash__pgtable_trans_huge_deposit() argument 277 *pgtable_slot = pgtable; in hash__pgtable_trans_huge_deposit() 289 pgtable_t pgtable; in hash__pgtable_trans_huge_withdraw() local 295 pgtable = *pgtable_slot; in hash__pgtable_trans_huge_withdraw() 304 memset(pgtable, 0, PTE_FRAG_SIZE); in hash__pgtable_trans_huge_withdraw() 305 return pgtable; in hash__pgtable_trans_huge_withdraw() 349 pgtable_t pgtable; in hash__pmdp_huge_get_and_clear() local 361 pgtable = *pgtable_slot; in hash__pmdp_huge_get_and_clear() 366 memset(pgtable, 0, PTE_FRAG_SIZE); in hash__pmdp_huge_get_and_clear()
|
D | radix_pgtable.c | 964 pgtable_t pgtable) in radix__pgtable_trans_huge_deposit() argument 966 struct list_head *lh = (struct list_head *) pgtable; in radix__pgtable_trans_huge_deposit() 975 pmd_huge_pte(mm, pmdp) = pgtable; in radix__pgtable_trans_huge_deposit() 981 pgtable_t pgtable; in radix__pgtable_trans_huge_withdraw() local 987 pgtable = pmd_huge_pte(mm, pmdp); in radix__pgtable_trans_huge_withdraw() 988 lh = (struct list_head *) pgtable; in radix__pgtable_trans_huge_withdraw() 995 ptep = (pte_t *) pgtable; in radix__pgtable_trans_huge_withdraw() 999 return pgtable; in radix__pgtable_trans_huge_withdraw()
|
/linux-6.1.9/drivers/iommu/ |
D | exynos-iommu.c | 177 static sysmmu_pte_t *section_entry(sysmmu_pte_t *pgtable, sysmmu_iova_t iova) in section_entry() argument 179 return pgtable + lv1ent_offset(iova); in section_entry() 242 sysmmu_pte_t *pgtable; /* lv1 page table, 16KB */ member 284 phys_addr_t pgtable; /* assigned page table structure */ member 463 dev_dbg(data->sysmmu, "Page table base: %pa\n", &data->pgtable); in show_fault_information() 464 ent = section_entry(phys_to_virt(data->pgtable), fault_addr); in show_fault_information() 575 __sysmmu_set_ptbase(data, data->pgtable); in __sysmmu_enable() 837 domain->pgtable = (sysmmu_pte_t *)__get_free_pages(GFP_KERNEL, 2); in exynos_iommu_domain_alloc() 838 if (!domain->pgtable) in exynos_iommu_domain_alloc() 847 domain->pgtable[i] = ZERO_LV2LINK; in exynos_iommu_domain_alloc() [all …]
|
D | Makefile | 8 obj-$(CONFIG_IOMMU_IO_PGTABLE) += io-pgtable.o 9 obj-$(CONFIG_IOMMU_IO_PGTABLE_ARMV7S) += io-pgtable-arm-v7s.o 10 obj-$(CONFIG_IOMMU_IO_PGTABLE_LPAE) += io-pgtable-arm.o 11 obj-$(CONFIG_IOMMU_IO_PGTABLE_DART) += io-pgtable-dart.o
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | mcf_pgalloc.h | 35 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb() argument 38 struct page *page = virt_to_page(pgtable); in __pte_free_tlb() 62 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() argument 64 struct page *page = virt_to_page(pgtable); in pte_free()
|
D | motorola_pgalloc.h | 42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() argument 44 free_pointer_table(pgtable, TABLE_PTE); in pte_free() 47 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, in __pte_free_tlb() argument 50 free_pointer_table(pgtable, TABLE_PTE); in __pte_free_tlb()
|
/linux-6.1.9/arch/mips/mm/ |
D | Makefile | 14 obj-y += pgtable.o 29 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o 30 obj-$(CONFIG_64BIT) += ioremap64.o pgtable-64.o
|
/linux-6.1.9/arch/x86/boot/compressed/ |
D | pgtable_64.c | 192 void cleanup_trampoline(void *pgtable) in cleanup_trampoline() argument 203 memcpy(pgtable, trampoline_pgtable, PAGE_SIZE); in cleanup_trampoline() 204 native_write_cr3((unsigned long)pgtable); in cleanup_trampoline()
|
D | vmlinux.lds.S | 63 .pgtable : { 65 *(.pgtable) argument
|
D | head_64.S | 203 leal rva(pgtable)(%ebx), %edi 209 leal rva(pgtable + 0)(%ebx), %edi 215 leal rva(pgtable + 0x1000)(%ebx), %edi 226 leal rva(pgtable + 0x2000)(%ebx), %edi 237 leal rva(pgtable)(%ebx), %eax 1000 SYM_DATA_LOCAL(pgtable, .fill BOOT_PGT_SIZE, 1, 0)
|
/linux-6.1.9/Documentation/features/debug/debug-vm-pgtable/ |
D | arch-support.txt | 2 # Feature name: debug-vm-pgtable 4 # description: arch supports pgtable tests for semantics compliance
|
/linux-6.1.9/arch/powerpc/mm/ |
D | Makefile | 8 obj-y := fault.o mem.o pgtable.o maccess.o pageattr.o \ 10 pgtable-frag.o ioremap.o ioremap_$(BITS).o \
|
/linux-6.1.9/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-qcom.c | 125 struct io_pgtable *pgtable = in qcom_adreno_smmu_get_ttbr1_cfg() local 127 return &pgtable->cfg; in qcom_adreno_smmu_get_ttbr1_cfg() 140 struct io_pgtable *pgtable = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); in qcom_adreno_smmu_set_ttbr0_cfg() local 155 cb->tcr[0] = arm_smmu_lpae_tcr(&pgtable->cfg); in qcom_adreno_smmu_set_ttbr0_cfg()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 560 if (kvm->arch.pgtable) { in kvmppc_free_radix() 561 kvmppc_free_pgtable_radix(kvm, kvm->arch.pgtable, in kvmppc_free_radix() 563 pgd_free(kvm->mm, kvm->arch.pgtable); in kvmppc_free_radix() 564 kvm->arch.pgtable = NULL; in kvmppc_free_radix() 609 int kvmppc_create_pte(struct kvm *kvm, pgd_t *pgtable, pte_t pte, in kvmppc_create_pte() argument 622 pgd = pgtable + pgd_index(gpa); in kvmppc_create_pte() 915 ret = kvmppc_create_pte(kvm, kvm->arch.pgtable, pte, gpa, level, in kvmppc_book3s_instantiate_page() 1237 kvm->arch.pgtable = pgd_alloc(kvm->mm); in kvmppc_init_vm_radix() 1238 if (!kvm->arch.pgtable) in kvmppc_init_vm_radix() 1352 pgt = kvm->arch.pgtable; in debugfs_radix_read()
|
/linux-6.1.9/arch/microblaze/mm/ |
D | Makefile | 6 obj-y := consistent.o init.o pgtable.o mmu_context.o fault.o
|
/linux-6.1.9/arch/arm64/kvm/hyp/ |
D | Makefile | 10 obj-$(CONFIG_KVM) += vhe/ nvhe/ pgtable.o
|
/linux-6.1.9/arch/loongarch/mm/ |
D | Makefile | 7 fault.o ioremap.o maccess.o mmap.o pgtable.o page.o
|
/linux-6.1.9/arch/nios2/mm/ |
D | Makefile | 13 obj-y += pgtable.o
|