Home
last modified time | relevance | path

Searched refs:pfn_end (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/virt/svm/
H A Dsev.c786 u64 pfn_i, pfn_end; in dump_rmpentry() local
819 pfn_end = pfn_i + PTRS_PER_PMD; in dump_rmpentry()
822 pfn, pfn_i, pfn_end); in dump_rmpentry()
824 while (pfn_i < pfn_end) { in dump_rmpentry()
/linux/mm/
H A Dmemremap.c73 static unsigned long pfn_end(struct dev_pagemap *pgmap, int range_id) in pfn_end() function
82 return (pfn_end(pgmap, range_id) - in pfn_len()
/linux/tools/mm/
H A Dthpmaps250 pfn_end = int(rpfn[1]) + 1
262 flags = int(kpageflags.get(pfn_end)[0])
/linux/arch/x86/xen/
H A Dmmu_pv.c1956 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local
2045 pfn_end = xen_start_info->first_p2m_pfn + in xen_relocate_p2m()
2050 pfn_end = p2m_pfn_end; in xen_relocate_p2m()
2053 memblock_phys_free(PFN_PHYS(pfn), PAGE_SIZE * (pfn_end - pfn)); in xen_relocate_p2m()
2054 while (pfn < pfn_end) { in xen_relocate_p2m()