Searched refs:pgd_alloc (Results 1 - 25 of 46) sorted by last modified time

12

/linux-master/kernel/
H A Dfork.c796 mm->pgd = pgd_alloc(mm);
/linux-master/arch/loongarch/mm/
H A Dpgtable.c24 pgd_t *pgd_alloc(struct mm_struct *mm) function
39 EXPORT_SYMBOL_GPL(pgd_alloc); variable
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h158 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2145 .pgd_alloc = xen_pgd_alloc,
/linux-master/arch/x86/mm/
H A Dpgtable.c433 pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h118 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c727 gp->shadow_pgtable = pgd_alloc(kvm->mm);
H A Dbook3s_64_mmu_radix.c1248 kvm->arch.pgtable = pgd_alloc(kvm->mm);
/linux-master/arch/arm64/mm/
H A Dpgd.c31 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/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/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/x86/kernel/
H A Dparavirt.c206 .mmu.pgd_alloc = __paravirt_pgd_alloc,
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h50 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/m68k/include/asm/
H A Dsun3_pgalloc.h42 static inline pgd_t * pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h45 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/um/include/asm/
H A Dpgalloc.h26 extern pgd_t *pgd_alloc(struct mm_struct *);
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h26 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
/linux-master/arch/sh/include/asm/
H A Dpgalloc.h13 extern pgd_t *pgd_alloc(struct mm_struct *);
/linux-master/arch/openrisc/include/asm/
H A Dpgalloc.h42 static inline pgd_t *pgd_alloc(struct mm_struct *mm) function
61 extern inline pgd_t *pgd_alloc(struct mm_struct *mm)
/linux-master/arch/nios2/include/asm/
H A Dpgalloc.h29 extern pgd_t *pgd_alloc(struct mm_struct *mm);
/linux-master/arch/mips/mm/
H A Dpgtable.c11 pgd_t *pgd_alloc(struct mm_struct *mm) function
27 EXPORT_SYMBOL_GPL(pgd_alloc); variable

Completed in 239 milliseconds

12