Home
last modified time | relevance | path

Searched refs:pmd_alloc (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/arch/alpha/mm/
Dremap.c74 pmd = pmd_alloc(&init_mm, dir, address); in __alpha_remap_area_pages()
/linux-2.4.37.9/arch/sparc/mm/
Dgeneric.c93 pmd_t *pmd = pmd_alloc(current->mm, dir, from); in io_remap_page_range()
/linux-2.4.37.9/arch/arm/mm/
Dmm-armo.c77 new_pmd = pmd_alloc(mm, new_pgd, 0); in get_pgd_slow()
Dioremap.c103 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
Dmm-armv.c97 new_pmd = pmd_alloc(mm, new_pgd, 0); in get_pgd_slow()
/linux-2.4.37.9/arch/s390x/mm/
Dioremap.c82 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/mips/mm/
Dremap.c102 pmd_t *pmd = pmd_alloc(mm, dir, from); in remap_page_range_high()
Dioremap.c80 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/s390/mm/
Dioremap.c82 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/sh/mm/
Dioremap.c80 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/parisc/mm/
Dioremap.c79 pmd = pmd_alloc(dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/x86_64/mm/
Dioremap.c77 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/cris/mm/
Dioremap.c79 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/sparc64/mm/
Dgeneric.c129 pmd_t *pmd = pmd_alloc(current->mm, dir, from); in io_remap_page_range()
/linux-2.4.37.9/include/asm-m68k/
Dmotorola_pgalloc.h160 return pmd_alloc(&init_mm,pgd, address); in pmd_alloc_kernel()
/linux-2.4.37.9/arch/i386/mm/
Dioremap.c77 pmd = pmd_alloc(&init_mm, dir, address); in remap_area_pages()
/linux-2.4.37.9/mm/
Dmemory.c206 dst_pmd = pmd_alloc(dst, dst_pgd, address); in copy_page_range()
809 pmd_t *pmd = pmd_alloc(mm, dir, address); in zeromap_page_range()
891 pmd_t *pmd = pmd_alloc(mm, dir, from); in remap_page_range()
1386 pmd = pmd_alloc(mm, pgd, address); in handle_mm_fault()
Dvmalloc.c170 pmd = pmd_alloc(&init_mm, dir, address); in __vmalloc_area_pages()
Dmremap.c54 pmd = pmd_alloc(mm, pgd_offset(mm, addr), addr); in alloc_one_pte()
/linux-2.4.37.9/arch/ppc64/kernel/
Dpmc.c249 pmdp = pmd_alloc(&btmalloc_mm, pgdp, ea); in btmalloc()
/linux-2.4.37.9/arch/sh64/mm/
Dioremap.c105 pmd_t *pmd = pmd_alloc(&init_mm,dir, address); in remap_area_pages()
/linux-2.4.37.9/arch/i386/kernel/
Dacpi.c705 pmd = pmd_alloc(current->mm,pgd, 0); in acpi_create_identity_pmd()
/linux-2.4.37.9/arch/parisc/kernel/
Dpci-dma.c139 pmd = pmd_alloc(NULL, dir, vaddr); in map_uncached_pages()
/linux-2.4.37.9/arch/ia64/mm/
Dhugetlbpage.c61 pmd = pmd_alloc(mm, pgd, taddr); in huge_pte_alloc()
/linux-2.4.37.9/include/linux/
Dmm.h517 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in pmd_alloc() function

12