Home
last modified time | relevance | path

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

/linux-3.4.99/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
95 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-3.4.99/arch/s390/include/asm/
Dpgalloc.h64 #define pgd_populate(mm, pgd, pud) BUG() macro
99 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/linux-3.4.99/arch/alpha/include/asm/
Dpgalloc.h27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/linux-3.4.99/arch/m68k/include/asm/
Dmotorola_pgalloc.h104 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.h100 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-3.4.99/include/asm-generic/
Dpgtable-nopud.h31 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
/linux-3.4.99/arch/m32r/include/asm/
Dpgalloc.h72 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-3.4.99/arch/ia64/include/asm/
Dpgalloc.h37 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
/linux-3.4.99/arch/sparc/include/asm/
Dpgalloc_32.h39 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
/linux-3.4.99/arch/x86/include/asm/
Dpgalloc.h111 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/linux-3.4.99/arch/powerpc/include/asm/
Dpgalloc-64.h52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD) macro
/linux-3.4.99/arch/microblaze/include/asm/
Dpgalloc.h181 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h203 #define pgd_populate(mm, pgd, pud) do { } while (0) macro