Home
last modified time | relevance | path

Searched refs:max_guest_cpu_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/boot/
H A Duv.c42 uv_info.max_guest_cpu_id = uvcb.max_guest_cpu_id; in uv_query_info()
/openbmc/linux/arch/s390/include/asm/
H A Duv.h129 u16 max_guest_cpu_id; /* 0x009e */ member
394 unsigned short max_guest_cpu_id; member
/openbmc/linux/arch/s390/kernel/
H A Duv.c555 return sysfs_emit(buf, "%d\n", uv_info.max_guest_cpu_id + 1); in uv_query_max_guest_cpus()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c2527 info->vm.max_cpus = uv_info.max_guest_cpu_id + 1; in kvm_s390_handle_pv_info()