Home
last modified time | relevance | path

Searched refs:lowcore_end (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/kernel/
H A Dsetup.c742 void *lowcore_end = lowcore_start + sizeof(struct lowcore); in reserve_lowcore() local
745 if ((void *)__identity_base < lowcore_end) { in reserve_lowcore()
747 end = min(lowcore_end, (void *)(__identity_base + ident_map_size)); in reserve_lowcore()