Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/include/asm/
Dpgalloc.h58 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
95 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-2.6.39/arch/s390/include/asm/
Dpgalloc.h71 #define pgd_populate(mm, pgd, pud) BUG() macro
115 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/linux-2.6.39/include/asm-generic/
D4level-fixup.h25 #define pud_populate(mm, pud, pmd) pgd_populate(mm, pud, pmd)
Dpgtable-nopud.h31 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
/linux-2.6.39/arch/m32r/include/asm/
Dpgalloc.h72 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-2.6.39/arch/alpha/include/asm/
Dpgalloc.h27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/linux-2.6.39/arch/m68k/include/asm/
Dsun3_pgalloc.h100 #define pgd_populate(mm, pmd, pte) BUG() macro
Dmotorola_pgalloc.h104 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
/linux-2.6.39/arch/arm/include/asm/
Dpgalloc.h33 #define pgd_populate(mm,pmd,pte) BUG() macro
/linux-2.6.39/arch/sparc/include/asm/
Dpgalloc_32.h39 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
/linux-2.6.39/arch/ia64/include/asm/
Dpgalloc.h37 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
/linux-2.6.39/arch/powerpc/include/asm/
Dpgalloc-64.h52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD) macro
/linux-2.6.39/arch/microblaze/include/asm/
Dpgalloc.h181 #define pgd_populate(mm, pmd, pte) BUG() macro
/linux-2.6.39/arch/x86/include/asm/
Dpgalloc.h111 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
/linux-2.6.39/mm/
Dsparse-vmemmap.c144 pgd_populate(&init_mm, pgd, p); in vmemmap_pgd_populate()
Dmemory.c3429 pgd_populate(mm, pgd, new); in __pud_alloc()
3458 pgd_populate(mm, pud, new); in __pmd_alloc()
/linux-2.6.39/arch/powerpc/mm/
Dpgtable_64.c114 pgd_populate(&init_mm, pgdp, pudp); in map_kernel_page()
/linux-2.6.39/arch/x86/mm/
Dinit_64.c164 pgd_populate(&init_mm, pgd, pud); in fill_pud()
594 pgd_populate(&init_mm, pgd, __va(pud_phys)); in kernel_physical_mapping_init()
/linux-2.6.39/arch/s390/mm/
Dpgtable.c220 pgd_populate(mm, (pgd_t *) table, (pud_t *) pgd); in crst_table_upgrade()
/linux-2.6.39/arch/frv/include/asm/
Dpgtable.h203 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
/linux-2.6.39/arch/ia64/mm/
Dinit.c446 pgd_populate(&init_mm, pgd, alloc_bootmem_pages_node(NODE_DATA(node), PAGE_SIZE)); in create_mem_map_page_table()
/linux-2.6.39/arch/parisc/mm/
Dinit.c672 pgd_populate(NULL, pg_dir, __va(pmd)); in map_pages()