Home
last modified time | relevance | path

Searched defs:pgd_populate (Results 1 – 17 of 17) sorted by relevance

/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
/arch/alpha/include/asm/
Dpgalloc.h28 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/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
/arch/m68k/include/asm/
Dmotorola_pgalloc.h109 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
Dsun3_pgalloc.h100 #define pgd_populate(mm, pmd, pte) BUG() macro
Dmcf_pgalloc.h107 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/m32r/include/asm/
Dpgalloc.h78 #define pgd_populate(mm, pmd, pte) BUG() macro
/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
/arch/ia64/include/asm/
Dpgalloc.h38 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
/arch/arm64/include/asm/
Dpgalloc.h79 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/arch/s390/include/asm/
Dpgalloc.h116 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h95 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/arch/microblaze/include/asm/
Dpgalloc.h187 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h57 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
/arch/x86/include/asm/
Dpgalloc.h168 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
/arch/frv/include/asm/
Dpgtable.h202 #define pgd_populate(mm, pgd, pud) do { } while (0) macro