Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dhugetlbpage-book3e.c117 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page() local
118 unsigned long tsize = huge_page_shift(hstate) - 10; in flush_hugetlb_page()
Dhugetlbpage.c357 int alloc_bootmem_huge_page(struct hstate *hstate) in alloc_bootmem_huge_page() argument
360 int idx = shift_to_mmu_psize(hstate->order + PAGE_SHIFT); in alloc_bootmem_huge_page()
380 m->hstate = hstate; in alloc_bootmem_huge_page()
475 int alloc_bootmem_huge_page(struct hstate *hstate) in alloc_bootmem_huge_page() argument
483 m->hstate = hstate; in alloc_bootmem_huge_page()
855 struct hstate *hstate = hstate_file(file); in hugetlb_get_unmapped_area() local
856 int mmu_psize = shift_to_mmu_psize(huge_page_shift(hstate)); in hugetlb_get_unmapped_area()
/arch/x86/mm/
Dhugetlbpage.c89 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()
138 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/arch/metag/mm/
Dhugetlbpage.c34 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
210 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/arch/tile/mm/
Dhugetlbpage.c233 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
249 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
281 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
/arch/x86/include/asm/
Dhugetlb.h21 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/arch/arm64/include/asm/
Dhugetlb.h81 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/arch/powerpc/include/asm/
Dkvm_book3s_asm.h123 struct kvmppc_host_state hstate; member
Dhugetlb.h107 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/arch/tile/include/asm/
Dhugetlb.h35 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/arch/mips/include/asm/
Dhugetlb.h28 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
/arch/powerpc/kernel/
Dasm-offsets.c536 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main()