Searched refs:pgtable (Results 26 - 50 of 494) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dasm-prototypes.h4 #include <linux/pgtable.h>
/linux-master/arch/powerpc/mm/
H A DMakefile6 obj-y := fault.o mem.o pgtable.o maccess.o pageattr.o \
8 pgtable-frag.o ioremap.o ioremap_$(BITS).o \
/linux-master/arch/xtensa/include/asm/
H A Dfixmap.h18 #include <linux/pgtable.h>
/linux-master/arch/riscv/kernel/
H A Dsoc.c7 #include <linux/pgtable.h>
/linux-master/include/linux/
H A Dadreno-smmu-priv.h9 #include <linux/io-pgtable.h>
/linux-master/arch/arm64/include/asm/
H A Dtrans_pgd.h13 #include <asm/pgtable-types.h>
H A Dvmap_stack.h10 #include <linux/pgtable.h>
H A Dkasan.h10 #include <asm/pgtable-types.h>
H A Dpgtable-types.h54 #include <asm-generic/pgtable-nopmd.h>
56 #include <asm-generic/pgtable-nopud.h>
58 #include <asm-generic/pgtable-nop4d.h>
/linux-master/arch/parisc/include/asm/
H A Dkfence.h13 #include <asm/pgtable.h>
/linux-master/arch/m68k/include/asm/
H A Dmcf_pgalloc.h35 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable, argument
38 struct ptdesc *ptdesc = virt_to_ptdesc(pgtable);
60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) argument
62 struct ptdesc *ptdesc = virt_to_ptdesc(pgtable);
H A Dpgtable_no.h5 #include <asm-generic/pgtable-nopud.h>
/linux-master/arch/loongarch/mm/
H A DMakefile7 fault.o ioremap.o maccess.o mmap.o pgtable.o page.o
/linux-master/arch/riscv/include/asm/
H A Dpgtable-32.h9 #include <asm-generic/pgtable-nopmd.h>
H A Dkfence.h9 #include <asm/pgtable.h>
/linux-master/arch/hexagon/mm/
H A Duaccess.c14 #include <linux/pgtable.h>
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c93 u32 pgtable; local
107 pgtable = (u32)v1_context->pgtable_dma;
109 gpu_write(gpu, VIVS_MC_MMU_FE_PAGE_TABLE, pgtable);
110 gpu_write(gpu, VIVS_MC_MMU_TX_PAGE_TABLE, pgtable);
111 gpu_write(gpu, VIVS_MC_MMU_PE_PAGE_TABLE, pgtable);
112 gpu_write(gpu, VIVS_MC_MMU_PEZ_PAGE_TABLE, pgtable);
113 gpu_write(gpu, VIVS_MC_MMU_RA_PAGE_TABLE, pgtable);
/linux-master/mm/
H A Dpgtable-generic.c3 * mm/pgtable-generic.c
5 * Generic pgtable methods declared in linux/pgtable.h
12 #include <linux/pgtable.h>
166 pgtable_t pgtable)
172 INIT_LIST_HEAD(&pgtable->lru);
174 list_add(&pgtable->lru, &pmd_huge_pte(mm, pmdp)->lru);
175 pmd_huge_pte(mm, pmdp) = pgtable;
183 pgtable_t pgtable; local
188 pgtable
165 pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp, pgtable_t pgtable) argument
247 pte_free_defer(struct mm_struct *mm, pgtable_t pgtable) argument
[all...]
H A Dpage_reporting.h10 #include <linux/pgtable.h>
/linux-master/arch/nios2/kernel/
H A Dnios2_ksyms.c11 #include <linux/pgtable.h>
/linux-master/arch/xtensa/mm/
H A Dioremap.c9 #include <linux/pgtable.h>
/linux-master/arch/powerpc/include/asm/
H A Dkfence.h12 #include <asm/pgtable.h>
/linux-master/arch/openrisc/mm/
H A Dioremap.c16 #include <linux/pgtable.h>
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h70 #include <asm/pgtable-masks.h>
H A Dpte-44x.h103 #include <asm/pgtable-masks.h>

Completed in 408 milliseconds

1234567891011>>