/linux-2.4.37.9/include/asm-sh64/ |
D | pgalloc.h | 59 #define pgd_set(pgd,pmd) pgd_val(*pgd) = ( ((unsigned long)pmd) & PAGE_MASK) macro 61 #define pgd_populate(mm, pgd, pmd) pgd_set(pgd,pmd)
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 312 BTFIXUPDEF_CALL(void, pgd_set, pgd_t *, pmd_t *) 315 #define pgd_set(pgdp,pmdp) BTFIXUP_CALL(pgd_set)(pgdp,pmdp) macro
|
D | pgalloc.h | 116 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) in BTFIXUPDEF_CALL()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgalloc.h | 58 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
|
D | pgtable.h | 209 #define pgd_set(pgdp, pmdp) (pgd_val(*(pgdp)) = (__ba_to_bpn(pmdp))) macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgalloc.h | 64 #define pgd_populate(mm, pgd, pmd) pgd_set(pgd, pmd)
|
D | pgtable.h | 199 static inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
|
/linux-2.4.37.9/include/asm-m68k/ |
D | motorola_pgalloc.h | 178 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
|
D | sun3_pgtable.h | 115 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
D | motorola_pgtable.h | 133 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | motorola.c | 144 pgd_set(pgd_dir, pmd_dir); in map_chunk()
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgalloc.h | 250 #define pgd_populate(mm, pgd, pmd) pgd_set(pgd, pmd)
|
D | pgtable.h | 233 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | ip27-memory.c | 251 pgd_set(swapper_pg_dir, kpmdtbl); in paging_init()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | init.c | 217 pgd_set(swapper_pg_dir, kpmdtbl); in paging_init()
|
/linux-2.4.37.9/arch/alpha/mm/ |
D | init.c | 250 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgalloc.h | 232 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
|
D | pgtable.h | 231 #define pgd_set(pgdp, pmdp) \ macro
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | process.c | 454 pgd_set(pgd0, page); in flush_thread()
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 1441 pgd_set(&swapper_pg_dir[0], swapper_pmd_dir + (shift / sizeof(pgd_t))); in paging_init()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | srmmu.c | 2084 BTFIXUPSET_CALL(pgd_set, srmmu_pgd_set, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
|
D | sun4c.c | 2190 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP); in ld_mmu_sun4c()
|