Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dhugetlb.h108 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
118 return huge_pte_none(pte) || is_pte_marker(pte); in huge_pte_none_mostly()
/linux-6.15/arch/mips/include/asm/
H A Dhugetlb.h59 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/linux-6.15/arch/loongarch/include/asm/
H A Dhugetlb.h63 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/linux-6.15/mm/
H A Dhugetlb.c5523 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_migration()
5536 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_hwpoisoned()
5624 if (huge_pte_none(entry)) { in copy_hugetlb_page_range()
5823 if (huge_pte_none(huge_ptep_get(mm, old_addr, src_pte))) in move_hugetlb_page_tables()
5897 if (huge_pte_none(pte)) { in __unmap_hugepage_range()
6917 if (!huge_pte_none(huge_ptep_get(dst_mm, dst_addr, dst_pte))) { in hugetlb_mfill_atomic_pte()
7204 } else if (!huge_pte_none(pte)) { in hugetlb_change_protection()
/linux-6.15/fs/hugetlbfs/
H A Dinode.c353 if (huge_pte_none(pte) || !pte_present(pte)) in hugetlb_vma_maps_pfn()
/linux-6.15/fs/proc/
H A Dtask_mmu.c2267 else if (!huge_pte_none(ptent)) in make_uffd_wp_huge_pte()