Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dsclp.c115 int offset_cpu = s390_has_feat(S390_FEAT_EXTENDED_LENGTH_SCCB) ? in read_SCP_info() local
118 CPUEntry *entries_start = (void *)sccb + offset_cpu; in read_SCP_info()
135 read_info->offset_cpu = cpu_to_be16(offset_cpu); in read_SCP_info()
/qemu/target/s390x/kvm/
H A Dpv.c312 int offset_cpu = s390_has_feat(S390_FEAT_EXTENDED_LENGTH_SCCB) ? in s390_pv_get_max_cpus() local
315 return (TARGET_PAGE_SIZE - offset_cpu) / sizeof(CPUEntry); in s390_pv_get_max_cpus()
/qemu/include/hw/s390x/
H A Dsclp.h121 uint16_t offset_cpu; /* 18-19 */ member