Searched refs:pfn_s (Results 1 – 3 of 3) sorted by relevance
145 unsigned long pfn, pfn_s, pfn_e; in xen_inv_extra_mem() local151 pfn_s = xen_extra_mem[i].start_pfn; in xen_inv_extra_mem()462 unsigned long pfn_s = ~0UL; in xen_remap_memory() local479 if (pfn_s == ~0UL || pfn == pfn_s) { in xen_remap_memory()480 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()485 xen_del_extra_mem(pfn_s, len); in xen_remap_memory()486 pfn_s = xen_remap_buf.target_pfn; in xen_remap_memory()492 if (pfn_s != ~0UL && len) in xen_remap_memory()493 xen_del_extra_mem(pfn_s, len); in xen_remap_memory()794 unsigned long pfn_s, n_pfns; in xen_memory_setup() local[all …]
625 unsigned long __init set_phys_range_identity(unsigned long pfn_s, in set_phys_range_identity() argument630 if (unlikely(pfn_s >= xen_p2m_size)) in set_phys_range_identity()633 if (pfn_s > pfn_e) in set_phys_range_identity()639 for (pfn = pfn_s; pfn < pfn_e; pfn++) in set_phys_range_identity()642 return pfn - pfn_s; in set_phys_range_identity()
61 extern unsigned long __init set_phys_range_identity(unsigned long pfn_s,
Completed in 12 milliseconds