Home
last modified time | relevance | path

Searched refs:is_zero_pfn (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dkhugepaged.c577 if (!pte_none(pteval) && !is_zero_pfn(pte_pfn(pteval)) && in release_pte_pages()
613 is_zero_pfn(pte_pfn(pteval)))) { in __collapse_huge_page_isolate()
749 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy()
752 if (is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy()
1276 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in khugepaged_scan_pmd()
H A Dhmm.c301 !is_zero_pfn(pte_pfn(pte))) { in hmm_vma_handle_pte()
H A Dmemory.c641 if (is_zero_pfn(pfn)) in _vm_normal_page()
671 if (is_zero_pfn(pfn)) in _vm_normal_page()
2017 WARN_ON_ONCE(!is_zero_pfn(pte_pfn(*pte))); in insert_pfn()
2133 if (is_zero_pfn(pfn_t_to_pfn(pfn))) in vm_mixed_ok()
3144 if (is_zero_pfn(pte_pfn(vmf->orig_pte))) { in wp_page_copy()
H A Dgup.c501 if (is_zero_pfn(pte_pfn(pte))) { in follow_page_pte()
877 if ((gup_flags & FOLL_DUMP) || !is_zero_pfn(pte_pfn(*pte))) in get_gate_page()
H A Dmigrate.c2390 if (is_zero_pfn(pfn)) { in migrate_vma_collect_pmd()
2930 if (!is_zero_pfn(pfn)) in migrate_vma_insert_page()
H A Dksm.c1155 if (!is_zero_pfn(page_to_pfn(kpage))) { in replace_page()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dspte.c66 return !is_zero_pfn(pfn) && PageReserved(pfn_to_page(pfn)) && in kvm_is_mmio_pfn()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dpage.c161 } else if (is_zero_pfn(page_to_pfn(page))) in stable_page_flags()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1069 static inline int is_zero_pfn(unsigned long pfn) in is_zero_pfn() function
1079 static inline int is_zero_pfn(unsigned long pfn) in is_zero_pfn() function
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhmm.rst341 While walking the page tables, a ``pte_none()`` or ``is_zero_pfn()``
380 If the source page was a ``pte_none()`` or ``is_zero_pfn()`` page, this
/OK3568_Linux_fs/kernel/lib/
H A Dtest_hmm.c761 } else if (is_zero_pfn(page_to_pfn(page))) in dmirror_mkentry()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dgmap.c2536 if (is_zero_pfn(pte_pfn(*ptep))) in __zap_zero_pages()
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_iommu_type1.c525 if (unlikely(is_zero_pfn(page_to_pfn(pages[i])))) in vaddr_get_pfns()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c189 !is_zero_pfn(pfn) && in kvm_is_reserved_pfn()