Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/book3s64/
Dradix_hugetlbpage.c13 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_page()
22 struct hstate *hstate = hstate_file(vma->vm_file); in radix__local_flush_hugetlb_page()
32 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_tlb_range()
50 struct hstate *h = hstate_file(file); in radix__hugetlb_get_unmapped_area()
/Linux-v5.10/arch/x86/mm/
Dhugetlbpage.c82 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
105 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
145 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.10/arch/s390/mm/
Dhugetlbpage.c271 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
287 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
319 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.10/arch/mips/include/asm/
Dhugetlb.h20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v5.10/arch/sparc/mm/
Dhugetlbpage.c32 struct hstate *h = hstate_file(filp); in hugetlb_get_unmapped_area_bottomup()
63 struct hstate *h = hstate_file(filp); in hugetlb_get_unmapped_area_topdown()
100 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.10/include/asm-generic/
Dhugetlb.h94 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v5.10/include/linux/
Dhugetlb.h534 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
549 return hstate_file(vma->vm_file); in hstate_vma()
802 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
/Linux-v5.10/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c200 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
/Linux-v5.10/arch/parisc/mm/
Dhugetlbpage.c28 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.10/fs/hugetlbfs/
Dinode.c136 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
198 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
214 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
248 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
319 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/Linux-v5.10/arch/powerpc/mm/
Dhugetlbpage.c562 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v5.10/ipc/
Dshm.c840 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/Linux-v5.10/mm/
Dmmap.c1604 len = ALIGN(len, huge_page_size(hstate_file(file))); in ksys_mmap_pgoff()