Searched refs:pgd_set (Results 1 – 13 of 13) sorted by relevance
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 37 BTFIXUPDEF_CALL(void, pgd_set, pgd_t *, pmd_t *) 38 #define pgd_set(pgdp,pmdp) BTFIXUP_CALL(pgd_set)(pgdp,pmdp) macro 39 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 29 pgd_set(pgd, pmd); in pgd_populate()
|
D | pgtable.h | 229 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
|
/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 106 pgd_set(pgd, pmd); in pgd_populate()
|
D | sun3_pgtable.h | 114 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
D | motorola_pgtable.h | 120 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
D | mcf_pgtable.h | 167 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD)
|
D | pgtable-ppc64.h | 178 #define pgd_set(pgdp, pudp) ({pgd_val(*(pgdp)) = (unsigned long)(pudp);}) macro
|
/arch/alpha/mm/ |
D | init.c | 185 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
|
/arch/m68k/mm/ |
D | motorola.c | 149 pgd_set(pgd_dir, pmd_dir); in map_node()
|
/arch/sparc/mm/ |
D | sun4c.c | 2164 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP); in ld_mmu_sun4c()
|
D | srmmu.c | 2235 BTFIXUPSET_CALL(pgd_set, srmmu_pgd_set, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
|