Searched refs:pgtable (Results 101 - 125 of 493) sorted by relevance

1234567891011>>

/linux-master/arch/xtensa/include/asm/
H A Dio.h19 #include <linux/pgtable.h>
/linux-master/arch/loongarch/include/asm/
H A Dkasan.h11 #include <asm/pgtable.h>
H A Dkfence.h14 #include <asm/pgtable.h>
/linux-master/arch/powerpc/mm/ptdump/
H A D8xx.c8 #include <linux/pgtable.h>
H A Dshared.c8 #include <linux/pgtable.h>
/linux-master/arch/powerpc/include/asm/
H A Dfixmap.h19 #include <linux/pgtable.h>
H A Dtlb.h13 #include <linux/pgtable.h>
H A Dpage.h307 #include <asm/pgtable-be-types.h>
309 #include <asm/pgtable-types.h>
H A Dpgtable.h18 #include <asm/book3s/pgtable.h>
20 #include <asm/nohash/pgtable.h>
153 * When used, PTE_FRAG_NR is defined in subarch pgtable.h
/linux-master/drivers/accel/ivpu/
H A Divpu_mmu_context.h26 struct mutex lock; /* Protects: mm, pgtable */
28 struct ivpu_mmu_pgtable pgtable; member in struct:ivpu_mmu_context
/linux-master/drivers/iommu/
H A Dio-pgtable.c11 #include <linux/io-pgtable.h>
/linux-master/arch/riscv/mm/
H A DMakefile16 obj-$(CONFIG_MMU) += extable.o fault.o pageattr.o pgtable.o
/linux-master/arch/x86/coco/tdx/
H A Dtdx-shared.c2 #include <asm/pgtable.h>
/linux-master/mm/
H A Dinit-mm.c9 #include <linux/pgtable.h>
H A Dhugetlb_vmemmap.c13 #include <linux/pgtable.h>
55 pte_t *pgtable; local
57 pgtable = pte_alloc_one_kernel(&init_mm);
58 if (!pgtable)
61 pmd_populate_kernel(&init_mm, &__pmd, pgtable);
84 pmd_populate_kernel(&init_mm, pmd, pgtable);
88 pte_free_kernel(&init_mm, pgtable);
/linux-master/arch/riscv/kernel/pi/
H A Dcmdline_early.c6 #include <asm/pgtable.h>
/linux-master/arch/arm64/kernel/
H A Dsuspend.c6 #include <linux/pgtable.h>
/linux-master/arch/x86/mm/
H A Ddebug_pagetables.c6 #include <linux/pgtable.h>
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h24 #include <asm/pgtable-prot.h>
H A Dpgtable-prot.h9 #include <asm/pgtable-hwdef.h>
70 #include <asm/pgtable-types.h>
/linux-master/arch/arc/mm/
H A Dtlbex.S36 #include <linux/pgtable.h>
/linux-master/arch/powerpc/mm/book3s64/
H A DMakefile3 obj-y += mmu_context.o pgtable.o trace.o
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S38 #include "pgtable.h"
201 leal rva(pgtable)(%ebx), %edi
207 leal rva(pgtable + 0)(%ebx), %edi
213 leal rva(pgtable + 0x1000)(%ebx), %edi
224 leal rva(pgtable + 0x2000)(%ebx), %edi
235 leal rva(pgtable)(%ebx), %eax
642 .section ".pgtable","aw",@nobits
644 SYM_DATA_LOCAL(pgtable, .fill BOOT_PGT_SIZE, 1, 0)
/linux-master/arch/arm/include/asm/
H A Dpage.h169 #include <asm/pgtable-3level-types.h>
171 #include <asm/pgtable-2level-types.h>
/linux-master/arch/x86/platform/olpc/
H A Dolpc_ofw.c6 #include <linux/pgtable.h>
40 /* install OFW's PDE permanently into the kernel's pgtable */

Completed in 257 milliseconds

1234567891011>>