Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dpgalloc.h58 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
98 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/alpha/include/asm/
Dpgalloc.h27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/arch/sparc/include/asm/
Dpgalloc_32.h37 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
Dpgalloc_64.h23 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) macro
/arch/m68k/include/asm/
Dsun3_pgalloc.h99 #define pgd_populate(mm, pmd, pte) BUG() macro
Dmotorola_pgalloc.h108 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
Dmcf_pgalloc.h104 #define pgd_populate(mm, pmd, pte) BUG() macro
/arch/m32r/include/asm/
Dpgalloc.h77 #define pgd_populate(mm, pmd, pte) BUG() macro
/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/ia64/include/asm/
Dpgalloc.h37 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
/arch/s390/include/asm/
Dpgalloc.h89 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/arch/x86/include/asm/
Dpgalloc.h124 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h89 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.h56 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
/arch/frv/include/asm/
Dpgtable.h201 #define pgd_populate(mm, pgd, pud) do { } while (0) macro