Lines Matching defs:altmap
152 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n");
178 "altmap not supported for multiple ranges\n"))
255 PHYS_PFN(range_len(range)), params->altmap,
294 .altmap = pgmap_altmap(pgmap),
391 * 2/ The altmap field may optionally be initialized, in which case
425 unsigned long vmem_altmap_offset(struct vmem_altmap *altmap)
428 if (altmap)
429 return altmap->reserve + altmap->free;
433 void vmem_altmap_free(struct vmem_altmap *altmap, unsigned long nr_pfns)
435 altmap->alloc -= nr_pfns;