Searched refs:is_vm_hugetlb_page (Results 1 – 5 of 5) sorted by relevance
9 static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) in is_vm_hugetlb_page() function16 static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) in is_vm_hugetlb_page() function
221 (!is_vm_hugetlb_page(vma) && !vma_is_shmem(vma))) in vma_can_userfault()242 return vma_is_anonymous(vma) || is_vm_hugetlb_page(vma) || in vma_can_userfault()
257 if (is_vm_hugetlb_page(vma)) in hugetlb_zap_begin()264 if (is_vm_hugetlb_page(vma)) in hugetlb_zap_end()
956 if (pvmw->pte && !is_vm_hugetlb_page(pvmw->vma)) in page_vma_mapped_walk_done()
470 tlb->vma_huge = is_vm_hugetlb_page(vma); in tlb_update_vma_flags()
Completed in 17 milliseconds