Searched refs:pfn_s (Results 1 – 2 of 2) sorted by relevance
544 unsigned long __init set_phys_range_identity(unsigned long pfn_s, in set_phys_range_identity() argument549 if (unlikely(pfn_s >= MAX_P2M_PFN || pfn_e >= MAX_P2M_PFN)) in set_phys_range_identity()553 return pfn_e - pfn_s; in set_phys_range_identity()555 if (pfn_s > pfn_e) in set_phys_range_identity()558 for (pfn = (pfn_s & ~(P2M_MID_PER_PAGE * P2M_PER_PAGE - 1)); in set_phys_range_identity()589 __early_alloc_p2m(pfn_s); in set_phys_range_identity()592 for (pfn = pfn_s; pfn < pfn_e; pfn++) in set_phys_range_identity()596 if (!WARN((pfn - pfn_s) != (pfn_e - pfn_s), in set_phys_range_identity()598 (pfn_e - pfn_s) - (pfn - pfn_s))) in set_phys_range_identity()599 printk(KERN_DEBUG "1-1 mapping on %lx->%lx\n", pfn_s, pfn); in set_phys_range_identity()[all …]
48 extern unsigned long set_phys_range_identity(unsigned long pfn_s,