Home
last modified time | relevance | path

Searched defs:pud_populate (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgalloc.h25 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
37 #define pud_populate(mm,pmd,pte) BUG() macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgalloc.h30 pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dpgtable.c43 void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgalloc.h33 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgalloc.h41 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgalloc.h43 pud_populate(struct mm_struct *mm, pud_t * pud_entry, pmd_t * pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgalloc.h28 static inline void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmdp) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h31 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgalloc.h41 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h93 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopmd.h36 #define pud_populate(mm, pmd, pte) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable-3level.h59 #define pud_populate(mm, pud, pmd) \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h129 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgalloc.h114 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgalloc.h101 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c188 void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd) in pud_populate() function