Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpgtable.h1076 #define my_zero_pfn(addr) page_to_pfn(ZERO_PAGE(addr)) macro
1085 static inline unsigned long my_zero_pfn(unsigned long addr) in my_zero_pfn() function
/kernel/linux/linux-5.10/mm/
Duserfaultfd.c157 _dst_pte = pte_mkspecial(pfn_pte(my_zero_pfn(dst_addr), in mfill_zeropage_pte()
Dmemory-failure.c1694 if (freeit && !(pfn == my_zero_pfn(0) && page_count(p) == 1)) in unpoison_memory()
Dhuge_memory.c2015 entry = pfn_pte(my_zero_pfn(haddr), vma->vm_page_prot); in __split_huge_zero_page_pmd()
Dmemory.c3648 entry = pte_mkspecial(pfn_pte(my_zero_pfn(vmf->address), in do_anonymous_page()
/kernel/linux/linux-5.10/fs/proc/
Dvmcore.c496 unsigned long zeropage_pfn = my_zero_pfn(0); in remap_oldmem_pfn_checked()
/kernel/linux/linux-5.10/fs/
Ddax.c1059 pfn_t pfn = pfn_to_pfn_t(my_zero_pfn(vaddr)); in dax_load_hole()