Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dabs_lowcore.h7 #define ABS_LOWCORE_MAP_SIZE (NR_CPUS * sizeof(struct lowcore)) macro
/openbmc/linux/arch/s390/boot/
H A Dstartup.c186 MODULES_LEN + MEMCPY_REAL_SIZE + ABS_LOWCORE_MAP_SIZE; in setup_kernel_memory_layout()
207 __abs_lowcore = round_down(__memcpy_real_area - ABS_LOWCORE_MAP_SIZE, in setup_kernel_memory_layout()
/openbmc/linux/arch/s390/mm/
H A Ddump_pagetables.c298 address_markers[ABS_LOWCORE_END_NR].start_address = __abs_lowcore + ABS_LOWCORE_MAP_SIZE; in pt_dump_init()