Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dhugetlb.h92 static inline int huge_pte_none_mostly(pte_t pte) in huge_pte_none_mostly() function
/Linux-v6.6/include/asm-generic/
Dhugetlb.h109 static inline int huge_pte_none_mostly(pte_t pte) in huge_pte_none_mostly() function
/Linux-v6.6/mm/
Dmincore.c36 present = pte && !huge_pte_none_mostly(huge_ptep_get(pte)); in mincore_hugetlb()
Duserfaultfd.c449 !huge_pte_none_mostly(huge_ptep_get(dst_pte))) { in mfill_atomic_hugetlb()
Dhugetlb.c6124 if (huge_pte_none_mostly(entry)) { in hugetlb_fault()
6431 if (!huge_pte_none_mostly(huge_ptep_get(dst_pte))) in hugetlb_mfill_atomic_pte()
/Linux-v6.6/fs/
Duserfaultfd.c301 if (huge_pte_none_mostly(pte)) in userfaultfd_huge_must_wait()