Home
last modified time | relevance | path

Searched refs:pud_populate (Results 1 – 25 of 43) sorted by relevance

12

/linux/arch/arm/include/asm/
H A Dpgalloc.h26 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
40 /* The KASan core unconditionally calls pud_populate() on all architectures */
41 #define pud_populate(mm,pmd,pte) do { } while (0) macro
43 #define pud_populate(mm,pmd,pte) BUG() macro
/linux/arch/powerpc/mm/kasan/
H A Dinit_book3e_64.c51 pud_populate(&init_mm, pudp, pmdp); in kasan_map_kernel_page()
101 pud_populate(&init_mm, &kasan_early_shadow_pud[i], in kasan_early_init()
H A Dinit_book3s_64.c76 pud_populate(&init_mm, &kasan_early_shadow_pud[i], in kasan_init()
/linux/mm/kasan/
H A Dinit.c155 pud_populate(&init_mm, pud, in zero_pud_populate()
173 pud_populate(&init_mm, pud, p); in zero_pud_populate()
197 pud_populate(&init_mm, pud, in zero_p4d_populate()
251 * puds,pmds, so pgd_populate(), pud_populate() in kasan_populate_early_shadow()
260 pud_populate(&init_mm, pud, in kasan_populate_early_shadow()
/linux/arch/x86/include/asm/
H A Dpgalloc.h95 extern void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd);
97 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/alpha/include/asm/
H A Dpgalloc.h29 pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/sh/include/asm/
H A Dpgalloc.h17 extern void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd);
/linux/arch/sh/mm/
H A Dpgtable.c45 void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/parisc/include/asm/
H A Dpgalloc.h26 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/arc/include/asm/
H A Dpgalloc.h81 static inline void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmdp) in pud_populate() function
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h34 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h36 #define pud_populate(MM, PGD, PMD) pud_set(PGD, PMD) macro
H A Dpgalloc_64.h41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) macro
/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h92 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/mips/include/asm/
H A Dpgalloc.h39 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h29 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c105 pud_populate(&init_mm, pudp, pmdp); in map_kernel_page()
/linux/arch/x86/mm/
H A Dpgtable.c137 void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd) in pud_populate() function
269 pud_populate(mm, pud, pmd); in pgd_prepopulate_pmd()
295 pud_populate(mm, u_pud, pmd); in pgd_prepopulate_user_pmd()
/linux/arch/um/include/asm/
H A Dpgtable-4level.h61 #define pud_populate(mm, pud, pmd) \ macro
/linux/arch/arm/mm/
H A Didmap.c43 pud_populate(&init_mm, pud, pmd); in idmap_add_pmd()
/linux/arch/arm64/include/asm/
H A Dpgalloc.h29 static inline void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmdp) in pud_populate() function
/linux/arch/riscv/include/asm/
H A Dpgalloc.h35 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h131 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/s390/include/asm/
H A Dpgalloc.h125 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/linux/arch/loongarch/mm/
H A Dinit.c168 pud_populate(&init_mm, pud, pmd); in populate_kernel_pte()

12