Home
last modified time | relevance | path

Searched refs:follow_huge_addr (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/ia64/mm/
Dhugetlbpage.c88 struct page *follow_huge_addr(struct mm_struct *mm, unsigned long addr, int write) in follow_huge_addr() function
/Linux-v4.19/arch/x86/mm/
Dhugetlbpage.c26 follow_huge_addr(struct mm_struct *mm, unsigned long address, int write)
/Linux-v4.19/include/linux/
Dhugetlb.h145 struct page *follow_huge_addr(struct mm_struct *mm, unsigned long address,
188 #define follow_huge_addr(mm, addr, write) ERR_PTR(-EINVAL) macro
/Linux-v4.19/mm/
Dgup.c408 page = follow_huge_addr(mm, address, flags & FOLL_WRITE); in follow_page_mask()
Dhugetlb.c4800 follow_huge_addr(struct mm_struct *mm, unsigned long address, in follow_huge_addr() function