Home
last modified time | relevance | path

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

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