Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_32.h30 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)
Dpgalloc_64.h20 pgd_set(pgd, pud); in __pgd_populate()
Dpgtable_64.h852 #define pgd_set(pgdp, pudp) \ macro
/linux-4.4.14/arch/alpha/include/asm/
Dpgalloc.h29 pgd_set(pgd, pmd); in pgd_populate()
Dpgtable.h228 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
/linux-4.4.14/arch/m68k/include/asm/
Dmotorola_pgalloc.h110 pgd_set(pgd, pmd); in pgd_populate()
Dsun3_pgtable.h112 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
Dmcf_pgtable.h166 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
Dmotorola_pgtable.h119 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h56 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD)
Dpgtable-ppc64.h180 #define pgd_set(pgdp, pudp) ({pgd_val(*(pgdp)) = (unsigned long)(pudp);}) macro
/linux-4.4.14/arch/alpha/mm/
Dinit.c186 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
/linux-4.4.14/arch/m68k/mm/
Dmotorola.c149 pgd_set(pgd_dir, pmd_dir); in map_node()
/linux-4.4.14/arch/sparc/mm/
Dsrmmu.c674 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()