Home
last modified time | relevance | path

Searched refs:follow_huge_pmd (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/arch/sh/mm/
Dhugetlbpage.c86 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/arch/mips/mm/
Dhugetlbpage.c89 follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/arch/tile/mm/
Dhugetlbpage.c101 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
125 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/include/linux/
Dhugetlb.h73 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address,
112 #define follow_huge_pmd(mm, addr, pmd, write) NULL macro
/linux-3.4.99/arch/s390/mm/
Dhugetlbpage.c118 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/arch/x86/mm/
Dhugetlbpage.c220 follow_huge_pmd(struct mm_struct *mm, unsigned long address,
245 follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/arch/ia64/mm/
Dhugetlbpage.c118 follow_huge_pmd(struct mm_struct *mm, unsigned long address, pmd_t *pmd, int write) in follow_huge_pmd() function
/linux-3.4.99/arch/sparc/mm/
Dhugetlbpage.c301 struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/arch/powerpc/mm/
Dhugetlbpage.c641 follow_huge_pmd(struct mm_struct *mm, unsigned long address, in follow_huge_pmd() function
/linux-3.4.99/mm/
Dmemory.c1498 page = follow_huge_pmd(mm, address, pmd, flags & FOLL_WRITE); in follow_page()