Searched refs:pgtable (Results 276 - 300 of 493) sorted by relevance

<<11121314151617181920

/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c14 #include <asm/pgtable.h>
/linux-master/arch/arm64/kernel/
H A Dvmlinux.lds.S65 #include <asm/kernel-pgtable.h>
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h94 #include <linux/pgtable.h>
H A Dio.h12 #include <linux/pgtable.h>
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dradix.h294 pgtable_t pgtable);
/linux-master/arch/riscv/include/asm/
H A Dio.h15 #include <linux/pgtable.h>
H A Duaccess.h12 #include <asm/pgtable.h> /* for TASK_SIZE */
/linux-master/arch/loongarch/mm/
H A Dtlb.c16 #include <asm/pgtable.h>
H A Dinit.c35 #include <asm/pgtable.h>
/linux-master/arch/s390/boot/
H A Dkaslr.c5 #include <linux/pgtable.h>
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_device.h10 #include <linux/io-pgtable.h>
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h9 #include <linux/io-pgtable.h>
/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h272 #include <asm/pgtable-invert.h>
/linux-master/arch/xtensa/mm/
H A Dcache.c27 #include <linux/pgtable.h>
H A Dmisc.S17 #include <linux/pgtable.h>
/linux-master/mm/
H A DMakefile39 pgtable-generic.o rmap.o vmalloc.o
/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h19 #include <asm-generic/pgtable-nopmd.h>
/linux-master/fs/
H A Ddax.c1209 pgtable_t pgtable = NULL; local
1225 pgtable = pte_alloc_one(vma->vm_mm);
1226 if (!pgtable)
1236 if (pgtable) {
1237 pgtable_trans_huge_deposit(vma->vm_mm, vmf->pmd, pgtable);
1248 if (pgtable)
1249 pte_free(vma->vm_mm, pgtable);
/linux-master/arch/arm/mm/
H A Dproc-arm926.S17 #include <linux/pgtable.h>
20 #include <asm/pgtable-hwdef.h>
H A Dproc-arm925.S41 #include <linux/pgtable.h>
44 #include <asm/pgtable-hwdef.h>
H A Dproc-xsc3.S27 #include <linux/pgtable.h>
30 #include <asm/pgtable-hwdef.h>
H A Dproc-arm1020.S15 #include <linux/pgtable.h>
19 #include <asm/pgtable-hwdef.h>
/linux-master/arch/sparc/kernel/
H A Dcpu.c14 #include <linux/pgtable.h>
H A Dsun4m_irq.c15 #include <linux/pgtable.h>
/linux-master/arch/x86/mm/
H A Dmmio-mod.c19 #include <linux/pgtable.h>

Completed in 356 milliseconds

<<11121314151617181920