Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/parisc/include/asm/
Dpgalloc.h59 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
99 #define pgd_populate(mm, pmd, pte) BUG() macro
/Linux-v4.19/include/asm-generic/
D4level-fixup.h26 #define pud_populate(mm, pud, pmd) pgd_populate(mm, pud, pmd)
Dpgtable-nop4d-hack.h33 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
Dpgtable-nop4d.h28 #define pgd_populate(mm, pgd, p4d) do { } while (0) macro
D5level-fixup.h28 #define p4d_populate(mm, p4d, pud) pgd_populate(mm, p4d, pud)
/Linux-v4.19/arch/arm/include/asm/
Dstage2_pgtable.h25 #define stage2_pgd_populate(pgd, pud) pgd_populate(NULL, pgd, pud)
/Linux-v4.19/arch/nds32/include/asm/
Dpgalloc.h17 #define pgd_populate(mm, pmd, pte) BUG() macro
/Linux-v4.19/arch/alpha/include/asm/
Dpgalloc.h28 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/Linux-v4.19/arch/m68k/include/asm/
Dsun3_pgalloc.h100 #define pgd_populate(mm, pmd, pte) BUG() macro
Dmcf_pgalloc.h107 #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
/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_32.h38 #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
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3e.c100 pgd_populate(&init_mm, pgdp, pudp); in map_kernel_page()
/Linux-v4.19/arch/arm64/include/asm/
Dstage2_pgtable.h83 #define stage2_pgd_populate(pgd, pud) pgd_populate(NULL, pgd, pud)
Dpgalloc.h79 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgdp, pud_t *pudp) in pgd_populate() function
/Linux-v4.19/arch/ia64/include/asm/
Dpgalloc.h38 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
/Linux-v4.19/arch/mips/include/asm/
Dpgalloc.h130 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/Linux-v4.19/arch/arm64/kernel/
Dhibernate.c226 pgd_populate(&init_mm, pgdp, pudp); in create_safe_exec_page()
429 pgd_populate(&init_mm, dst_pgdp, dst_pudp); in copy_pud()
/Linux-v4.19/arch/s390/mm/
Dvmem.c98 pgd_populate(&init_mm, pg_dir, p4_dir); in vmem_add_mem()
238 pgd_populate(&init_mm, pg_dir, p4_dir); in vmemmap_populate()
/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h187 #define pgd_populate(mm, pmd, pte) BUG() macro
/Linux-v4.19/arch/s390/include/asm/
Dpgalloc.h90 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h55 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
/Linux-v4.19/mm/kasan/
Dkasan_init.c252 pgd_populate(&init_mm, pgd, lm_alias(kasan_zero_p4d)); in kasan_populate_zero_shadow()
271 pgd_populate(&init_mm, pgd, in kasan_populate_zero_shadow()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h114 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function

12