Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dradix_hugetlbpage.c13 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_page() local
15 psize = hstate_get_psize(hstate); in radix__flush_hugetlb_page()
22 struct hstate *hstate = hstate_file(vma->vm_file); in radix__local_flush_hugetlb_page() local
24 psize = hstate_get_psize(hstate); in radix__local_flush_hugetlb_page()
32 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_tlb_range() local
34 psize = hstate_get_psize(hstate); in radix__flush_hugetlb_tlb_range()
50 struct hstate *h = hstate_file(file); in radix__hugetlb_get_unmapped_area()
/arch/powerpc/include/asm/book3s/64/
Dhugetlb.h20 static inline int hstate_get_psize(struct hstate *hstate) in hstate_get_psize() argument
24 shift = huge_page_shift(hstate); in hstate_get_psize()
/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c200 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page() local
201 unsigned long tsize = huge_page_shift(hstate) - 10; in flush_hugetlb_page()
/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()
/arch/powerpc/mm/
Dhugetlbpage.c221 int __init pseries_alloc_bootmem_huge_page(struct hstate *hstate) in pseries_alloc_bootmem_huge_page() argument
229 m->hstate = hstate; in pseries_alloc_bootmem_huge_page()
235 int __init alloc_bootmem_huge_page(struct hstate *h) in alloc_bootmem_huge_page()
563 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area() local
564 int mmu_psize = shift_to_mmu_psize(huge_page_shift(hstate)); in hugetlb_get_unmapped_area()
Dpgtable.c248 struct hstate *h = hstate_vma(vma); in huge_ptep_set_access_flags()
/arch/arm64/include/asm/
Dhugetlb.h17 extern bool arch_hugetlb_migration_supported(struct hstate *h);
/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()
/arch/mips/include/asm/
Dhugetlb.h20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/arch/s390/include/asm/
Dhugetlb.h31 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/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()
/arch/powerpc/include/asm/
Dkvm_book3s_asm.h154 struct kvmppc_host_state hstate; member
/arch/parisc/mm/
Dhugetlbpage.c28 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/arch/arm64/mm/
Dhugetlbpage.c60 bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported()
/arch/powerpc/kernel/
Dasm-offsets.c636 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main()