Searched refs:pfn_s (Results 1 – 3 of 3) sorted by relevance
146 unsigned long pfn, pfn_s, pfn_e; in xen_inv_extra_mem() local152 pfn_s = xen_extra_mem[i].start_pfn; in xen_inv_extra_mem()153 pfn_e = pfn_s + xen_extra_mem[i].n_pfns; in xen_inv_extra_mem()154 for (pfn = pfn_s; pfn < pfn_e; pfn++) in xen_inv_extra_mem()463 unsigned long pfn_s = ~0UL; in xen_remap_memory() local480 if (pfn_s == ~0UL || pfn == pfn_s) { in xen_remap_memory()481 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()483 } else if (pfn_s + len == xen_remap_buf.target_pfn) { in xen_remap_memory()486 xen_del_extra_mem(pfn_s, len); in xen_remap_memory()487 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()[all …]
627 unsigned long __init set_phys_range_identity(unsigned long pfn_s, in set_phys_range_identity() argument632 if (unlikely(pfn_s >= xen_p2m_size)) in set_phys_range_identity()635 if (pfn_s > pfn_e) in set_phys_range_identity()641 for (pfn = pfn_s; pfn < pfn_e; pfn++) in set_phys_range_identity()644 return pfn - pfn_s; in set_phys_range_identity()
61 extern unsigned long __init set_phys_range_identity(unsigned long pfn_s,