Searched refs:pfn_s (Results 1 – 3 of 3) sorted by relevance
182 unsigned long pfn, pfn_s, pfn_e; in xen_inv_extra_mem() local188 pfn_s = xen_extra_mem[i].start_pfn; in xen_inv_extra_mem()189 pfn_e = pfn_s + xen_extra_mem[i].n_pfns; in xen_inv_extra_mem()190 for (pfn = pfn_s; pfn < pfn_e; pfn++) in xen_inv_extra_mem()501 unsigned long pfn_s = ~0UL; in xen_remap_memory() local518 if (pfn_s == ~0UL || pfn == pfn_s) { in xen_remap_memory()519 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()521 } else if (pfn_s + len == xen_remap_buf.target_pfn) { in xen_remap_memory()524 xen_del_extra_mem(pfn_s, len); in xen_remap_memory()525 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()[all …]
630 unsigned long __init set_phys_range_identity(unsigned long pfn_s, in set_phys_range_identity() argument635 if (unlikely(pfn_s >= xen_p2m_size)) in set_phys_range_identity()638 if (pfn_s > pfn_e) in set_phys_range_identity()644 for (pfn = pfn_s; pfn < pfn_e; pfn++) in set_phys_range_identity()647 return pfn - pfn_s; in set_phys_range_identity()
61 extern unsigned long __init set_phys_range_identity(unsigned long pfn_s,