Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dhugetlb.h59 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhugetlb.h85 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhugetlb.h77 static inline int huge_pte_none(pte_t pte) in huge_pte_none() function
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c3771 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_migration()
3784 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_hwpoisoned()
3844 if ((dst_pte == src_pte) || !huge_pte_none(dst_entry)) in copy_hugetlb_page_range()
3852 if (huge_pte_none(entry) || !huge_pte_none(dst_entry)) { in copy_hugetlb_page_range()
3952 if (huge_pte_none(pte)) { in __unmap_hugepage_range()
4187 BUG_ON(huge_pte_none(pte)); in hugetlb_cow()
4421 if (!huge_pte_none(huge_ptep_get(ptep))) { in hugetlb_no_page()
4490 if (!huge_pte_none(huge_ptep_get(ptep))) in hugetlb_no_page()
4617 if (huge_pte_none(entry)) in hugetlb_fault()
4823 if (!huge_pte_none(huge_ptep_get(dst_pte))) in hugetlb_mcopy_atomic_pte()
[all …]
H A Dmincore.c35 present = pte && !huge_pte_none(huge_ptep_get(pte)); in mincore_hugetlb()
H A Duserfaultfd.c373 !huge_pte_none(huge_ptep_get(dst_pte))) { in __mcopy_atomic_hugetlb()
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c250 if (huge_pte_none(pte)) in userfaultfd_huge_must_wait()