Home
last modified time | relevance | path

Searched refs:is_vm_hugetlb_page (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.10/include/linux/
Dhugetlb_inline.h9 static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) in is_vm_hugetlb_page() function
16 static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) in is_vm_hugetlb_page() function
Dpagemap.h555 if (unlikely(is_vm_hugetlb_page(vma))) in linear_page_index()
/Linux-v5.10/arch/powerpc/mm/nohash/
Dbook3e_hugetlbpage.c194 if (is_vm_hugetlb_page(vma)) in update_mmu_cache()
Dtlb.c335 if (vma && is_vm_hugetlb_page(vma)) in flush_tlb_page()
/Linux-v5.10/arch/x86/mm/
Dhugetlbpage.c33 if (!vma || !is_vm_hugetlb_page(vma))
/Linux-v5.10/fs/
Duserfaultfd.c497 if (!is_vm_hugetlb_page(vmf->vma)) in handle_userfault()
1257 ((is_vm_hugetlb_page(vma) || vma_is_shmem(vma)) && in vma_can_userfault()
1319 if (is_vm_hugetlb_page(vma)) { in userfaultfd_register()
1358 if (is_vm_hugetlb_page(cur) && end <= cur->vm_end && in userfaultfd_register()
1384 if (is_vm_hugetlb_page(cur)) in userfaultfd_register()
1519 if (is_vm_hugetlb_page(vma)) { in userfaultfd_unregister()
Dcoredump.c997 if (is_vm_hugetlb_page(vma)) { in vma_dump_size()
/Linux-v5.10/mm/
Duserfaultfd.c256 if (!dst_vma || !is_vm_hugetlb_page(dst_vma)) in __mcopy_atomic_hugetlb()
528 if (is_vm_hugetlb_page(dst_vma)) in __mcopy_atomic()
Dpagewalk.c327 if (vma && is_vm_hugetlb_page(vma)) { in __walk_page_range()
Dmprotect.c362 if (is_vm_hugetlb_page(vma)) in change_protection()
Dhugetlb.c917 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma); in vma_resv_map()
932 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma); in set_vma_resv_map()
941 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma); in set_vma_resv_flags()
949 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma); in is_vma_resv_set()
957 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma); in reset_vma_resv_huge_pages()
3860 WARN_ON(!is_vm_hugetlb_page(vma)); in __unmap_hugepage_range()
Dgup.c568 if (pmd_huge(pmdval) && is_vm_hugetlb_page(vma)) { in follow_pmd_mask()
678 if (pud_huge(*pud) && is_vm_hugetlb_page(vma)) { in follow_pud_mask()
1067 if (is_vm_hugetlb_page(vma)) { in __get_user_pages()
Dmlock.c535 is_vm_hugetlb_page(vma) || vma == get_gate_vma(current->mm) || in mlock_fixup()
Dmremap.c502 if (is_vm_hugetlb_page(vma)) in vma_to_resize()
Dmemory.c404 if (is_vm_hugetlb_page(vma)) { in free_pgtables()
412 && !is_vm_hugetlb_page(next)) { in free_pgtables()
1149 if (is_vm_hugetlb_page(src_vma)) in copy_page_range()
1455 if (unlikely(is_vm_hugetlb_page(vma))) { in unmap_single_vma()
4604 if (unlikely(is_vm_hugetlb_page(vma))) in handle_mm_fault()
Dmmap.c1876 is_vm_hugetlb_page(vma) || in mmap_region()
3632 is_vm_hugetlb_page(vma)) in mm_take_all_locks()
3640 !is_vm_hugetlb_page(vma)) in mm_take_all_locks()
Dmadvise.c111 if (!is_vm_hugetlb_page(vma) && new_flags & VM_SPECIAL) { in madvise_behavior()
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dradix_tlb.c614 if (is_vm_hugetlb_page(vma)) in radix__local_flush_tlb_page()
815 if (is_vm_hugetlb_page(vma)) in radix__flush_tlb_page()
976 if (is_vm_hugetlb_page(vma)) in radix__flush_tlb_range()
/Linux-v5.10/arch/s390/kernel/
Duv.c246 if (is_vm_hugetlb_page(vma)) in gmap_make_secure()
/Linux-v5.10/drivers/misc/sgi-gru/
Dgrufault.c184 *pageshift = is_vm_hugetlb_page(vma) ? HPAGE_SHIFT : PAGE_SHIFT; in non_atomic_pte_lookup()
242 *pageshift = is_vm_hugetlb_page(vma) ? HPAGE_SHIFT : PAGE_SHIFT; in atomic_pte_lookup()
/Linux-v5.10/include/asm-generic/
Dtlb.h401 tlb->vma_huge = is_vm_hugetlb_page(vma); in tlb_update_vma_flags()
/Linux-v5.10/arch/s390/mm/
Dfault.c472 if (is_vm_hugetlb_page(vma)) in do_exception()
/Linux-v5.10/arch/powerpc/kvm/
De500_mmu_host.c425 is_vm_hugetlb_page(vma)) { in kvmppc_e500_shadow_map()
/Linux-v5.10/fs/proc/
Dtask_mmu.c1889 if (is_vm_hugetlb_page(vma)) in show_numa_map()
1913 if (md->active < md->pages && !is_vm_hugetlb_page(vma)) in show_numa_map()
/Linux-v5.10/arch/arm64/kvm/
Dmmu.c781 if (is_vm_hugetlb_page(vma)) in user_mem_abort()

12