Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
50 struct hstate *h = hstate_file(file); in radix__hugetlb_get_unmapped_area()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dhugetlb.h20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h545 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
560 return hstate_file(vma->vm_file); in hstate_vma()
809 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhugetlb.h31 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhugetlb.h94 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dbook3e_hugetlbpage.c200 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c137 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
203 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
219 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
253 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
325 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/OK3568_Linux_fs/kernel/arch/parisc/mm/
H A Dhugetlbpage.c28 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dhugetlbpage.c563 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c936 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/OK3568_Linux_fs/kernel/mm/
H A Dmmap.c1670 len = ALIGN(len, huge_page_size(hstate_file(file))); in ksys_mmap_pgoff()