Searched refs:pgd_alloc (Results 26 - 46 of 46) sorted by relevance

12

/linux-master/arch/arm/include/asm/
H A Dpgalloc.h47 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h26 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/drivers/firmware/efi/
H A Driscv-runtime.c34 efi_mm.pgd = pgd_alloc(&efi_mm);
H A Darm-runtime.c56 efi_mm.pgd = pgd_alloc(&efi_mm);
/linux-master/arch/arm/mm/
H A Dpgd.c30 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h48 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h113 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h118 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h158 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/alpha/mm/
H A Dinit.c41 pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/um/kernel/
H A Dmem.c202 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/x86/kernel/
H A Dparavirt.c206 .mmu.pgd_alloc = __paravirt_pgd_alloc,
H A Dtboot.c155 tboot_pg_dir = pgd_alloc(&tboot_mm);
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h51 extern pgd_t *pgd_alloc(struct mm_struct *);
H A Dparavirt_types.h156 int (*pgd_alloc)(struct mm_struct *mm); member in struct:pv_mmu_ops
H A Dparavirt.h346 return PVOP_CALL1(int, mmu.pgd_alloc, mm);
/linux-master/arch/x86/mm/
H A Dpgtable.c433 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1248 kvm->arch.pgtable = pgd_alloc(kvm->mm);
H A Dbook3s_hv_nested.c727 gp->shadow_pgtable = pgd_alloc(kvm->mm);
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2145 .pgd_alloc = xen_pgd_alloc,
/linux-master/kernel/
H A Dfork.c796 mm->pgd = pgd_alloc(mm);

Completed in 490 milliseconds

12