Home
last modified time | relevance | path

Searched refs:hstate_file (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/arch/powerpc/mm/book3s64/
Dradix_hugetlbpage.c15 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_page()
24 struct hstate *hstate = hstate_file(vma->vm_file); in radix__local_flush_hugetlb_page()
34 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_tlb_range()
52 struct hstate *h = hstate_file(file); in radix__hugetlb_get_unmapped_area()
/Linux-v5.4/arch/x86/mm/
Dhugetlbpage.c84 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
107 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
147 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.4/arch/mips/include/asm/
Dhugetlb.h27 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v5.4/arch/sparc/mm/
Dhugetlbpage.c33 struct hstate *h = hstate_file(filp); in hugetlb_get_unmapped_area_bottomup()
64 struct hstate *h = hstate_file(filp); in hugetlb_get_unmapped_area_topdown()
101 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.4/include/asm-generic/
Dhugetlb.h94 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v5.4/include/linux/
Dhugetlb.h387 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
402 return hstate_file(vma->vm_file); in hstate_vma()
624 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
/Linux-v5.4/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c200 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
/Linux-v5.4/arch/parisc/mm/
Dhugetlbpage.c29 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.4/fs/hugetlbfs/
Dinode.c140 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
204 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
273 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/Linux-v5.4/arch/powerpc/mm/
Dhugetlbpage.c532 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.4/ipc/
Dshm.c841 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/Linux-v5.4/mm/
Dmmap.c1600 len = ALIGN(len, huge_page_size(hstate_file(file))); in ksys_mmap_pgoff()