Searched refs:pgtable (Results 401 - 425 of 494) sorted by relevance

<<11121314151617181920

/linux-master/arch/arm/mm/
H A Dproc-v7.S13 #include <linux/pgtable.h>
17 #include <asm/pgtable-hwdef.h>
/linux-master/drivers/iommu/amd/
H A Diommu.c30 #include <linux/io-pgtable.h>
2307 int pgtable; local
2324 /* No need to allocate io pgtable ops in passthrough mode */
2329 pgtable = amd_iommu_pgtable;
2336 pgtable = AMD_IOMMU_V1;
2342 switch (pgtable) {
2357 pgtbl_ops = alloc_io_pgtable_ops(pgtable, &domain->iop.pgtbl_cfg, domain);
/linux-master/drivers/iommu/intel/
H A Diommu.c750 struct dma_pte *pgtable; local
780 pgtable = phys_to_virt(ctx_entry->lo & VTD_PAGE_MASK);
811 pgtable = phys_to_virt(pte->val[2] & VTD_PAGE_MASK);
814 pgtable = phys_to_virt(pte->val[0] & VTD_PAGE_MASK);
818 pgtable_walk(iommu, addr >> VTD_PAGE_SHIFT, bus, devfn, pgtable, level);
1683 * in-flight DMA and copied pgtable, but there is no unmapping
/linux-master/mm/
H A Dkhugepaged.c1080 pgtable_t pgtable; local
1209 pgtable = pmd_pgtable(_pmd);
1218 pgtable_trans_huge_deposit(mm, pmd, pgtable);
1507 /* Keep pmd pgtable for uffd-wp; see comment in retract_page_tables() */
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h13 #include <asm/pgtable-hwdef.h>
14 #include <asm/pgtable-prot.h>
510 * See the comment in include/linux/pgtable.h
817 /* Match pmd_offset folding in <asm/generic/pgtable-nopmd.h> */
943 /* Match pud_offset folding in <asm/generic/pgtable-nopud.h> */
1061 /* Match p4d_offset folding in <asm/generic/pgtable-nop4d.h> */
1538 * setting it in the pgtable.
/linux-master/arch/microblaze/kernel/
H A Dhw_exception_handler.S71 #include <linux/pgtable.h>
/linux-master/drivers/net/ethernet/amd/
H A Dsun3lance.c40 #include <linux/pgtable.h>
/linux-master/drivers/iommu/
H A Dio-pgtable-arm-v7s.c22 #define pr_fmt(fmt) "arm-v7s io-pgtable: " fmt
27 #include <linux/io-pgtable.h>
950 pr_err("selftest: failed to allocate io pgtable ops\n");
H A Dipmmu-vmsa.c18 #include <linux/io-pgtable.h>
441 * cache handling. For now, delegate it to the io-pgtable code.
H A Dmsm_iommu.c13 #include <linux/io-pgtable.h>
351 dev_err(priv->dev, "Failed to allocate pgtable\n");
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S9 #include <linux/pgtable.h>
/linux-master/drivers/scsi/
H A Dzorro_esp.c37 #include <linux/pgtable.h>
/linux-master/arch/sparc/kernel/
H A Dhead_32.S28 #include <asm/pgtable.h> /* PGDIR_SHIFT */
H A Dpci.c24 #include <linux/pgtable.h>
/linux-master/arch/loongarch/kernel/
H A Dptrace.c44 #include <asm/pgtable.h>
H A Dtraps.c44 #include <asm/pgtable.h>
/linux-master/arch/parisc/kernel/
H A Dasm-offsets.c23 #include <linux/pgtable.h>
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c23 #include <linux/pgtable.h>
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c42 #include <linux/pgtable.h>
/linux-master/drivers/net/ethernet/sun/
H A Dsunqe.c30 #include <linux/pgtable.h>
/linux-master/arch/powerpc/kernel/
H A Dhead_44x.S28 #include <linux/pgtable.h>
H A Dhead_85xx.S31 #include <linux/pgtable.h>
/linux-master/drivers/misc/genwqe/
H A Dcard_utils.c30 #include <linux/pgtable.h>
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c24 #include <linux/pgtable.h>
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c22 #include <linux/pgtable.h>

Completed in 578 milliseconds

<<11121314151617181920