Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_32.h31 static inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
38 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
Dpgalloc_64.h21 pgd_set(pgd, pud); in __pgd_populate()
Dpgtable_64.h914 #define pgd_set(pgdp, pudp) \ macro
/Linux-v4.19/arch/alpha/include/asm/
Dpgalloc.h30 pgd_set(pgd, pmd); in pgd_populate()
Dpgtable.h229 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
/Linux-v4.19/arch/m68k/include/asm/
Dmotorola_pgalloc.h111 pgd_set(pgd, pmd); in pgd_populate()
Dsun3_pgtable.h113 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
Dmotorola_pgtable.h120 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h55 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD)
Dpgtable.h152 static inline void pgd_set(pgd_t *pgdp, unsigned long val) in pgd_set() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h116 pgd_set(pgd, __pgtable_ptr_val(pud) | PGD_VAL_BITS); in pgd_populate()
Dpgtable.h936 static inline void pgd_set(pgd_t *pgdp, unsigned long val) in pgd_set() function
/Linux-v4.19/arch/alpha/mm/
Dinit.c187 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
/Linux-v4.19/arch/m68k/mm/
Dmotorola.c151 pgd_set(pgd_dir, pmd_dir); in map_node()
/Linux-v4.19/arch/sparc/mm/
Dsrmmu.c699 pgd_set(__nocache_fix(pgdp), pmdp); in srmmu_early_allocate_ptable_skeleton()
729 pgd_set(pgdp, pmdp); in srmmu_allocate_ptable_skeleton()
816 pgd_set(__nocache_fix(pgdp), pmdp); in srmmu_inherit_prom_mappings()