Searched defs:pfn_e (Results 1 - 1 of 1) sorted by relevance

/arch/x86/xen/
H A Dp2m.c764 unsigned long pfn_e)
772 return pfn_e - pfn_s;
774 if (pfn_s > pfn_e)
777 if (pfn_e > MAX_P2M_PFN)
778 pfn_e = MAX_P2M_PFN;
781 early_split_p2m(pfn_e);
783 for (pfn = pfn_s; pfn < pfn_e;) {
802 WARN((pfn - pfn_s) != (pfn_e - pfn_s),
804 (pfn_e - pfn_s) - (pfn - pfn_s));
763 set_phys_range_identity(unsigned long pfn_s, unsigned long pfn_e) argument

Completed in 64 milliseconds