Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Dsclp.h41 #define SCLP_HAS_CPU_INFO 0x0800000000000000ULL macro
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c131 if (!SCLP_HAS_CPU_INFO) in sclp_early_get_core_info()
H A Dsclp.h225 #define SCLP_HAS_CPU_INFO (sclp.facilities & 0x0800000000000000ULL) macro
H A Dsclp_cmd.c92 if (!SCLP_HAS_CPU_INFO) in _sclp_get_core_info()
/openbmc/qemu/hw/s390x/
H A Dsclp.c151 read_info->facilities = cpu_to_be64(SCLP_HAS_CPU_INFO | in read_SCP_info()