Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhugetlbpage-radix.c14 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_page()
23 struct hstate *hstate = hstate_file(vma->vm_file); in radix__local_flush_hugetlb_page()
33 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_tlb_range()
51 struct hstate *h = hstate_file(file); in radix__hugetlb_get_unmapped_area()
Dhugetlbpage-book3e.c202 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
Dhugetlbpage.c557 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v4.19/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-v4.19/arch/arm/include/asm/
Dhugetlb.h48 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v4.19/arch/sparc/include/asm/
Dhugetlb.h35 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v4.19/arch/x86/include/asm/
Dhugetlb.h23 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v4.19/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-v4.19/arch/arm64/include/asm/
Dhugetlb.h47 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v4.19/arch/mips/include/asm/
Dhugetlb.h28 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v4.19/include/linux/
Dhugetlb.h399 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
414 return hstate_file(vma->vm_file); in hstate_vma()
553 #define hstate_file(f) NULL macro
/Linux-v4.19/arch/powerpc/include/asm/
Dhugetlb.h124 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/Linux-v4.19/arch/parisc/mm/
Dhugetlbpage.c29 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/Linux-v4.19/fs/hugetlbfs/
Dinode.c126 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
190 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
259 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/Linux-v4.19/ipc/
Dshm.c841 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()
/Linux-v4.19/mm/
Dmmap.c1556 len = ALIGN(len, huge_page_size(hstate_file(file))); in ksys_mmap_pgoff()