Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dhugetlb.h102 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
111 return huge_pte_none(pte) || is_pte_marker(pte); in huge_pte_none_mostly()
/openbmc/linux/arch/s390/include/asm/
H A Dhugetlb.h87 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
94 return huge_pte_none(pte); in huge_pte_none_mostly()
/openbmc/linux/arch/mips/include/asm/
H A Dhugetlb.h62 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dhugetlb.h56 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/openbmc/linux/mm/
H A Dhugetlb.c4992 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_migration()
5005 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_hwpoisoned()
5093 if (huge_pte_none(entry)) { in copy_hugetlb_page_range()
5282 if (huge_pte_none(huge_ptep_get(src_pte))) in move_hugetlb_page_tables()
5355 if (huge_pte_none(pte)) { in __unmap_hugepage_range()
6304 if (!huge_pte_none(huge_ptep_get(dst_pte))) { in hugetlb_mfill_atomic_pte()
6659 } else if (!huge_pte_none(pte)) { in hugetlb_change_protection()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c452 if (huge_pte_none(pte) || !pte_present(pte)) in hugetlb_vma_maps_page()