Searched refs:pfn_s (Results 1 – 3 of 3) sorted by relevance
181 unsigned long pfn, pfn_s, pfn_e; in xen_inv_extra_mem() local187 pfn_s = xen_extra_mem[i].start_pfn; in xen_inv_extra_mem()188 pfn_e = pfn_s + xen_extra_mem[i].n_pfns; in xen_inv_extra_mem()189 for (pfn = pfn_s; pfn < pfn_e; pfn++) in xen_inv_extra_mem()506 unsigned long pfn_s = ~0UL; in xen_remap_memory() local524 if (pfn_s == ~0UL || pfn == pfn_s) { in xen_remap_memory()525 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()527 } else if (pfn_s + len == xen_remap_buf.target_pfn) { in xen_remap_memory()530 xen_del_extra_mem(pfn_s, len); in xen_remap_memory()531 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()[all …]
635 unsigned long __init set_phys_range_identity(unsigned long pfn_s, in set_phys_range_identity() argument640 if (unlikely(pfn_s >= xen_p2m_size)) in set_phys_range_identity()644 return pfn_e - pfn_s; in set_phys_range_identity()646 if (pfn_s > pfn_e) in set_phys_range_identity()652 for (pfn = pfn_s; pfn < pfn_e; pfn++) in set_phys_range_identity()655 return pfn - pfn_s; in set_phys_range_identity()
51 extern unsigned long __init set_phys_range_identity(unsigned long pfn_s,