Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dsclp_early_core.c6 static char __sclp_early_sccb[EXT_SCCB_READ_SCP] __aligned(PAGE_SIZE);
/linux/arch/s390/include/asm/
H A Dsclp.h15 #define EXT_SCCB_READ_SCP (3 * PAGE_SIZE) macro
/linux/drivers/s390/char/
H A Dsclp_early_core.c280 int length = test_facility(140) ? EXT_SCCB_READ_SCP : PAGE_SIZE; in sclp_early_read_info()
/linux/arch/s390/kernel/
H A Dsetup.c749 memblock_reserve(__pa(sclp_early_sccb), EXT_SCCB_READ_SCP); in reserve_kernel()