Lines Matching defs:altmap
182 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n");
208 "altmap not supported for multiple ranges\n"))
280 PHYS_PFN(range_len(range)), params->altmap,
317 .altmap = pgmap_altmap(pgmap),
415 * 2/ The altmap field may optionally be initialized, in which case
449 unsigned long vmem_altmap_offset(struct vmem_altmap *altmap)
452 if (altmap)
453 return altmap->reserve + altmap->free;
457 void vmem_altmap_free(struct vmem_altmap *altmap, unsigned long nr_pfns)
459 altmap->alloc -= nr_pfns;