Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dsclp.h17 #define EXT_SCCB_READ_CPU (3 * PAGE_SIZE) macro
/linux/drivers/s390/char/
H A Dsclp_early.c130 int length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE; in sclp_early_get_core_info()
H A Dsclp_cmd.c94 int length = test_facility(140) ? EXT_SCCB_READ_CPU : PAGE_SIZE; in _sclp_get_core_info()