Home
last modified time | relevance | path

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

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