Home
last modified time | relevance | path

Searched refs:huge_pte_none (Results 1 – 9 of 9) sorted by relevance

/linux/include/asm-generic/
H A Dhugetlb.h94 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/linux/mm/
H A Dmincore.c45 if (huge_pte_none(ptep) || pte_is_marker(ptep)) in mincore_hugetlb()
H A Dhugetlb.c4945 if (huge_pte_none(entry)) { in copy_hugetlb_page_range()
5144 if (huge_pte_none(huge_ptep_get(mm, old_addr, src_pte))) in move_hugetlb_page_tables()
5215 if (huge_pte_none(pte)) { in __unmap_hugepage_range()
6019 if (huge_pte_none(vmf.orig_pte)) in hugetlb_fault()
6046 if (!pte_present(vmf.orig_pte) && !huge_pte_none(vmf.orig_pte)) { in hugetlb_fault()
6220 if (!huge_pte_none(huge_ptep_get(dst_mm, dst_addr, dst_pte))) { in hugetlb_mfill_atomic_pte()
6361 if (!huge_pte_none(dst_ptep) && !pte_is_uffd_marker(dst_ptep)) in hugetlb_mfill_atomic_pte()
6481 if (huge_pte_none(pte)) { in hugetlb_change_protection()
H A Duserfaultfd.c593 if (!huge_pte_none(ptep) && !pte_is_uffd_marker(ptep)) { in mfill_atomic_hugetlb()
H A Dmigrate.c526 if (huge_pte_none(pte)) in migration_entry_wait_huge()
H A Dmempolicy.c785 if (!huge_pte_none(ptep)) { in queue_folios_hugetlb()
/linux/fs/hugetlbfs/
H A Dinode.c357 if (huge_pte_none(pte) || !pte_present(pte)) in hugetlb_vma_maps_pfn()
/linux/fs/
H A Duserfaultfd.c251 if (huge_pte_none(pte)) in userfaultfd_huge_must_wait()
/linux/fs/proc/
H A Dtask_mmu.c2516 if (huge_pte_none(ptent)) { in make_uffd_wp_huge_pte()