Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dpgtable.h599 #define my_zero_pfn(addr) page_to_pfn(ZERO_PAGE(addr)) macro
608 static inline unsigned long my_zero_pfn(unsigned long addr) in my_zero_pfn() function
/linux-4.4.14/mm/
Duserfaultfd.c109 _dst_pte = pte_mkspecial(pfn_pte(my_zero_pfn(dst_addr), in mfill_zeropage_pte()
Dmemory-failure.c1507 if (freeit && !(pfn == my_zero_pfn(0) && page_count(p) == 1)) in unpoison_memory()
Dhuge_memory.c2947 entry = pfn_pte(my_zero_pfn(haddr), vma->vm_page_prot); in __split_huge_zero_page_pmd()
Dmemory.c2724 entry = pte_mkspecial(pfn_pte(my_zero_pfn(address), in do_anonymous_page()
/linux-4.4.14/fs/proc/
Dvmcore.c349 unsigned long zeropage_pfn = my_zero_pfn(0); in remap_oldmem_pfn_checked()