Searched refs:lowcore_end (Results 1 – 1 of 1) sorted by relevance
733 void *lowcore_end = lowcore_start + sizeof(struct lowcore); in reserve_lowcore() local736 if (absolute_pointer(__identity_base) < lowcore_end) { in reserve_lowcore()738 end = min(lowcore_end, (void *)(__identity_base + ident_map_size)); in reserve_lowcore()
Completed in 5 milliseconds