Lines Matching +full:s390x +full:- +full:linux +full:- +full:user
2 * S390X specific proc functions for linux-user
4 * SPDX-License-Identifier: GPL-2.0-or-later
10 * Emulate what a Linux kernel running in qemu-system-s390x -M accel=tcg would
14 * - show_cacheinfo().
15 * - show_cpu_topology().
16 * - show_cpu_mhz().
19 * - bogomips per cpu - from a qemu-system-s390x run.
20 * - max thread id = 0, since SMT / SIGP_SET_MULTI_THREADING is not supported.
43 return deposit32(0, CPU_ID_BITS - CPU_PHYS_ADDR_BITS, CPU_PHYS_ADDR_BITS, in cpu_ident()
49 S390CPUModel *model = env_archcpu(cpu_env)->model; in show_cpu_summary()
77 i, model->cpu_ver, cpu_ident(i), model->def->type); in show_cpu_summary()
83 S390CPUModel *model = env_archcpu(cpu_env)->model; in show_cpu_ids()
85 dprintf(fd, "version : %02X\n", model->cpu_ver); in show_cpu_ids()
87 dprintf(fd, "machine : %04X\n", model->def->type); in show_cpu_ids()