Home
last modified time | relevance | path

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

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