Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sh64/
Dpgalloc.h59 #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/
Dpgtable.h312 BTFIXUPDEF_CALL(void, pgd_set, pgd_t *, pmd_t *)
315 #define pgd_set(pgdp,pmdp) BTFIXUP_CALL(pgd_set)(pgdp,pmdp) macro
Dpgalloc.h116 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) in BTFIXUPDEF_CALL()
/linux-2.4.37.9/include/asm-ppc64/
Dpgalloc.h58 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
Dpgtable.h209 #define pgd_set(pgdp, pmdp) (pgd_val(*(pgdp)) = (__ba_to_bpn(pmdp))) macro
/linux-2.4.37.9/include/asm-mips64/
Dpgalloc.h64 #define pgd_populate(mm, pgd, pmd) pgd_set(pgd, pmd)
Dpgtable.h199 static inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
/linux-2.4.37.9/include/asm-m68k/
Dmotorola_pgalloc.h178 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
Dsun3_pgtable.h115 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
Dmotorola_pgtable.h133 static inline void pgd_set(pgd_t *pgdp, pmd_t *pmdp) in pgd_set() function
/linux-2.4.37.9/arch/m68k/mm/
Dmotorola.c144 pgd_set(pgd_dir, pmd_dir); in map_chunk()
/linux-2.4.37.9/include/asm-alpha/
Dpgalloc.h250 #define pgd_populate(mm, pgd, pmd) pgd_set(pgd, pmd)
Dpgtable.h233 extern inline void pgd_set(pgd_t * pgdp, pmd_t * pmdp) in pgd_set() function
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-memory.c251 pgd_set(swapper_pg_dir, kpmdtbl); in paging_init()
/linux-2.4.37.9/arch/mips64/mm/
Dinit.c217 pgd_set(swapper_pg_dir, kpmdtbl); in paging_init()
/linux-2.4.37.9/arch/alpha/mm/
Dinit.c250 pgd_set(pgd, (pmd_t *)two_pages); in callback_init()
/linux-2.4.37.9/include/asm-sparc64/
Dpgalloc.h232 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD)
Dpgtable.h231 #define pgd_set(pgdp, pmdp) \ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c454 pgd_set(pgd0, page); in flush_thread()
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c1441 pgd_set(&swapper_pg_dir[0], swapper_pmd_dir + (shift / sizeof(pgd_t))); in paging_init()
/linux-2.4.37.9/arch/sparc/mm/
Dsrmmu.c2084 BTFIXUPSET_CALL(pgd_set, srmmu_pgd_set, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
Dsun4c.c2190 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP); in ld_mmu_sun4c()