Searched defs:pgd_populate (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
H A Dpgalloc.h27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) pgd_populate() function
/linux-4.4.14/include/asm-generic/
H A Dpgtable-nopud.h31 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgalloc_32.h37 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
H A Dpgalloc_64.h23 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dmcf_pgalloc.h104 #define pgd_populate(mm, pmd, pte) BUG() macro
H A Dmotorola_pgalloc.h108 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) pgd_populate() function
H A Dsun3_pgalloc.h99 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dpgalloc.h58 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) pgd_populate() function
99 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dpgalloc.h77 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dpgalloc.h65 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) pgd_populate() function
/linux-4.4.14/arch/x86/include/asm/
H A Dpgalloc.h120 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) pgd_populate() function
/linux-4.4.14/arch/s390/include/asm/
H A Dpgalloc.h91 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) pgd_populate() function
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgalloc.h37 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) pgd_populate() function
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgalloc-64.h56 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD) macro
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgalloc.h187 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-4.4.14/arch/frv/include/asm/
H A Dpgtable.h201 #define pgd_populate(mm, pgd, pud) do { } while (0) macro

Completed in 592 milliseconds