Home
last modified time | relevance | path

Searched refs:pgd_populate (Results 1 – 25 of 31) sorted by relevance

12

/arch/parisc/include/asm/
Dpgalloc.h62 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
102 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/alpha/include/asm/
Dpgalloc.h30 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/arch/m68k/include/asm/
Dsun3_pgalloc.h61 #define pgd_populate(mm, pmd, pte) BUG() macro
Dmcf_pgalloc.h103 #define pgd_populate(mm, pmd, pte) BUG() macro
Dmotorola_pgalloc.h109 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/arch/nds32/include/asm/
Dpgalloc.h20 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/microblaze/include/asm/
Dpgalloc.h68 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h18 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
/arch/ia64/include/asm/
Dpgalloc.h39 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
/arch/sparc/include/asm/
Dpgalloc_32.h36 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
Dpgalloc_64.h24 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) macro
/arch/powerpc/mm/nohash/
Dbook3e_pgtable.c97 pgd_populate(&init_mm, pgdp, pudp); in map_kernel_page()
/arch/arm/include/asm/
Dstage2_pgtable.h22 #define stage2_pgd_populate(kvm, pgd, pud) pgd_populate(NULL, pgd, pud)
/arch/mips/include/asm/
Dpgalloc.h99 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/arch/arm64/include/asm/
Dpgalloc.h81 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgdp, pud_t *pudp) in pgd_populate() function
Dstage2_pgtable.h96 pgd_populate(NULL, pgd, pud); in stage2_pgd_populate()
/arch/s390/mm/
Dkasan_init.c113 pgd_populate(&init_mm, pg_dir, in kasan_early_vmemmap_populate()
119 pgd_populate(&init_mm, pg_dir, p4_dir); in kasan_early_vmemmap_populate()
Dvmem.c97 pgd_populate(&init_mm, pg_dir, p4_dir); in vmem_add_mem()
237 pgd_populate(&init_mm, pg_dir, p4_dir); in vmemmap_populate()
Dpgalloc.c117 pgd_populate(mm, (pgd_t *) table, (p4d_t *) pgd); in crst_table_upgrade()
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h88 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/arch/arm64/kernel/
Dhibernate.c232 pgd_populate(&init_mm, pgdp, pudp); in create_safe_exec_page()
437 pgd_populate(&init_mm, dst_pgdp, dst_pudp); in copy_pud()
/arch/s390/include/asm/
Dpgalloc.h102 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/arch/x86/include/asm/
Dpgalloc.h174 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/arch/x86/mm/
Dkasan_init_64.c135 pgd_populate(&init_mm, pgd, p); in kasan_populate_pgd()
/arch/ia64/mm/
Dinit.c450 pgd_populate(&init_mm, pgd, pud); in create_mem_map_page_table()

12