Searched refs:pgd_set (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgalloc_32.h | 30 static inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function 37 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
|
D | pgalloc_64.h | 20 pgd_set(pgd, pud); in __pgd_populate()
|
D | pgtable_64.h | 836 #define pgd_set(pgdp, pudp) \ macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgalloc.h | 29 pgd_set(pgd, pmd); in pgd_populate()
|
D | pgtable.h | 228 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 110 pgd_set(pgd, pmd); in pgd_populate()
|
D | sun3_pgtable.h | 112 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
D | motorola_pgtable.h | 119 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
D | mcf_pgtable.h | 166 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 56 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD)
|
D | pgtable-ppc64.h | 192 #define pgd_set(pgdp, pudp) ({pgd_val(*(pgdp)) = (unsigned long)(pudp);}) macro
|
/linux-4.1.27/arch/alpha/mm/ |
D | init.c | 186 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
|
/linux-4.1.27/arch/m68k/mm/ |
D | motorola.c | 149 pgd_set(pgd_dir, pmd_dir); in map_node()
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 674 pgd_set(__nocache_fix(pgdp), pmdp); in srmmu_early_allocate_ptable_skeleton() 704 pgd_set(pgdp, pmdp); in srmmu_allocate_ptable_skeleton() 791 pgd_set(__nocache_fix(pgdp), pmdp); in srmmu_inherit_prom_mappings()
|