Searched defs:pgd_set (Results 1 - 6 of 6) sorted by relevance

/arch/sparc/include/asm/
H A 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/m68k/include/asm/
H A Dsun3_pgtable.h114 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) function
H A Dmcf_pgtable.h167 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) function
H A Dmotorola_pgtable.h120 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) function
/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h178 #define pgd_set(pgdp, pudp) ({pgd_val(*(pgdp)) = (unsigned long)(pudp);}) macro
/arch/alpha/include/asm/
H A Dpgtable.h229 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) function

Completed in 154 milliseconds