Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/x86/mm/
Dhugetlbpage.c26 follow_huge_addr(struct mm_struct *mm, unsigned long address, int write)
/Linux-v5.4/include/linux/
Dhugetlb.h125 struct page *follow_huge_addr(struct mm_struct *mm, unsigned long address,
168 #define follow_huge_addr(mm, addr, write) ERR_PTR(-EINVAL) macro
/Linux-v5.4/mm/
Dgup.c519 page = follow_huge_addr(mm, address, flags & FOLL_WRITE); in follow_page_mask()
Dhugetlb.c5004 follow_huge_addr(struct mm_struct *mm, unsigned long address, in follow_huge_addr() function