Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dabs_lowcore.h8 #define ABS_LOWCORE_MAP_SIZE (NR_CPUS * sizeof(struct lowcore)) macro
/linux-6.12.1/arch/s390/boot/
Dstartup.c221 #define FIXMAP_SIZE round_up(MEMCPY_REAL_SIZE + ABS_LOWCORE_MAP_SIZE, sizeof(struct lowcore))
320 __abs_lowcore = round_down(__memcpy_real_area - ABS_LOWCORE_MAP_SIZE, in setup_kernel_memory_layout()
/linux-6.12.1/arch/s390/mm/
Ddump_pagetables.c300 rc |= add_marker(__abs_lowcore, __abs_lowcore + ABS_LOWCORE_MAP_SIZE, "Lowcore Area"); in pt_dump_init()