Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A 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()
H A Dslice.c794 struct hstate *hstate = hstate_file(file); in file_to_psize()
/openbmc/linux/arch/x86/mm/
H A 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()
/openbmc/linux/arch/s390/mm/
H A 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()
/openbmc/linux/arch/mips/include/asm/
H A Dhugetlb.h20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/openbmc/linux/arch/loongarch/include/asm/
H A Dhugetlb.h19 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/openbmc/linux/arch/sparc/mm/
H A 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()
/openbmc/linux/include/asm-generic/
H A Dhugetlb.h118 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/openbmc/linux/arch/s390/include/asm/
H A Dhugetlb.h33 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c190 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
/openbmc/linux/arch/parisc/mm/
H A Dhugetlbpage.c28 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/openbmc/linux/include/linux/
H A Dhugetlb.h788 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
806 return hstate_file(vma->vm_file); in hstate_vma()
1076 static inline struct hstate *hstate_file(struct file *f)
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c125 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
201 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
217 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
252 struct hstate *h = hstate_file(file); in generic_hugetlb_get_unmapped_area()
338 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/openbmc/linux/ipc/
H A Dshm.c946 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/openbmc/linux/mm/
H A Dmmap.c1403 len = ALIGN(len, huge_page_size(hstate_file(file))); in ksys_mmap_pgoff()