Home
last modified time | relevance | path

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

/arch/s390/boot/
Dsclp_early_core.c6 static char __sclp_early_sccb[EXT_SCCB_READ_SCP] __aligned(PAGE_SIZE);
/arch/s390/include/asm/
Dsclp.h16 #define EXT_SCCB_READ_SCP (3 * PAGE_SIZE) macro
/arch/s390/kernel/
Dsetup.c807 memblock_reserve(__pa(sclp_early_sccb), EXT_SCCB_READ_SCP); in reserve_kernel()