Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h41 return my_zero_pfn(0) << PAGE_SHIFT; in kvm_mmu_get_dummy_root()
/openbmc/linux/include/linux/
H A Dpgtable.h1336 #define my_zero_pfn(addr) page_to_pfn(ZERO_PAGE(addr)) macro
1345 static inline unsigned long my_zero_pfn(unsigned long addr) in my_zero_pfn() function
1357 static inline unsigned long my_zero_pfn(unsigned long addr) in my_zero_pfn() function
/openbmc/linux/mm/
H A Duserfaultfd.c259 _dst_pte = pte_mkspecial(pfn_pte(my_zero_pfn(dst_addr), in mfill_atomic_pte_zeropage()
H A Dhuge_memory.c2042 entry = pfn_pte(my_zero_pfn(addr), vma->vm_page_prot); in __split_huge_zero_page_pmd()
H A Dmemory.c4128 entry = pte_mkspecial(pfn_pte(my_zero_pfn(vmf->address), in do_anonymous_page()
/openbmc/linux/fs/proc/
H A Dvmcore.c512 unsigned long zeropage_pfn = my_zero_pfn(0); in remap_oldmem_pfn_checked()
/openbmc/linux/fs/
H A Ddax.c1191 pfn_t pfn = pfn_to_pfn_t(my_zero_pfn(vaddr)); in dax_load_hole()