Home
last modified time | relevance | path

Searched refs:pgd_set (Results 1 – 13 of 13) sorted by relevance

/arch/sparc/include/asm/
Dpgalloc_32.h37 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/
Dpgalloc.h29 pgd_set(pgd, pmd); in pgd_populate()
Dpgtable.h229 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
/arch/m68k/include/asm/
Dmotorola_pgalloc.h106 pgd_set(pgd, pmd); in pgd_populate()
Dsun3_pgtable.h114 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
Dmotorola_pgtable.h120 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
Dmcf_pgtable.h167 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
/arch/powerpc/include/asm/
Dpgalloc-64.h52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD)
Dpgtable-ppc64.h178 #define pgd_set(pgdp, pudp) ({pgd_val(*(pgdp)) = (unsigned long)(pudp);}) macro
/arch/alpha/mm/
Dinit.c185 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
/arch/m68k/mm/
Dmotorola.c149 pgd_set(pgd_dir, pmd_dir); in map_node()
/arch/sparc/mm/
Dsun4c.c2164 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP); in ld_mmu_sun4c()
Dsrmmu.c2235 BTFIXUPSET_CALL(pgd_set, srmmu_pgd_set, BTFIXUPCALL_NORM); in ld_mmu_srmmu()