Home
last modified time | relevance | path

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

/Linux-v6.6/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()
Dslice.c794 struct hstate *hstate = hstate_file(file); in file_to_psize()
/Linux-v6.6/arch/x86/mm/
Dhugetlbpage.c53 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
76 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
116 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v6.6/arch/s390/mm/
Dhugetlbpage.c260 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
276 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
308 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v6.6/arch/mips/include/asm/
Dhugetlb.h20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v6.6/arch/loongarch/include/asm/
Dhugetlb.h19 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v6.6/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-v6.6/arch/s390/include/asm/
Dhugetlb.h33 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v6.6/arch/powerpc/mm/nohash/
De500_hugetlbpage.c190 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
/Linux-v6.6/include/asm-generic/
Dhugetlb.h118 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v6.6/arch/parisc/mm/
Dhugetlbpage.c28 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v6.6/include/linux/
Dhugetlb.h787 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
805 return hstate_file(vma->vm_file); in hstate_vma()
1075 static inline struct hstate *hstate_file(struct file *f)
/Linux-v6.6/fs/hugetlbfs/
Dinode.c125 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
190 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
206 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
241 struct hstate *h = hstate_file(file); in generic_hugetlb_get_unmapped_area()
327 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/Linux-v6.6/ipc/
Dshm.c946 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/Linux-v6.6/mm/
Dmmap.c1395 len = ALIGN(len, huge_page_size(hstate_file(file))); in ksys_mmap_pgoff()