Searched refs:pgd_set (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dpgalloc.h29 pgd_set(pgd, pmd);
H A Dpgtable.h228 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgalloc-64.h52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD)
H A Dpgtable-ppc64.h178 #define pgd_set(pgdp, pudp) ({pgd_val(*(pgdp)) = (unsigned long)(pudp);}) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h106 pgd_set(pgd, pmd);
H A Dsun3_pgtable.h114 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) function
H A Dmotorola_pgtable.h119 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dmotorola.c150 pgd_set(pgd_dir, pmd_dir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dinit.c187 pgd_set(pgd, (pmd_t *)two_pages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c2126 BTFIXUPSET_CALL(pgd_set, srmmu_pgd_set, BTFIXUPCALL_NORM);
H A Dsun4c.c2157 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP);

Completed in 160 milliseconds