Home
last modified time | relevance | path

Searched refs:drawer (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst67 -smp cpus=5,drawer=1,books=1,sockets=8,cores=4,maxcpus=32
78 book-0, drawer-0 and filling all CPUs of socket-0 before filling socket-1
80 drawer.
87 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1
95 If none of the tree attributes (drawer, book, sockets), are specified
127 (qemu) device_add gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1
224 drawer 1, book 1, socket 2 and cores 0,9 and 14 to drawer 0,
236 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1 \
237 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=2 \
238 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=3 \
[all …]
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst38 "drawer-id": 0,
53 "drawer-id": 0,
68 "drawer-id": 0,
83 "drawer-id": 3,
109 "drawer-id": 0,
/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c99 bool drawer_change = last_drawer != entry->id.drawer; in stsi_topology_fill_sysib()
120 last_drawer = entry->id.drawer; in stsi_topology_fill_sysib()
187 .drawer = cpu->env.drawer_id, in s390_topology_from_cpu()
221 l->drawer - r->drawer ?: in s390_topology_id_cmp()
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c119 struct mask_info *drawer, in add_cpus_to_mask() argument
137 topo->drawer_id = drawer->id; in add_cpus_to_mask()
143 cpumask_set_cpu(cpu, &drawer->mask); in add_cpus_to_mask()
183 struct mask_info *drawer = &drawer_info; in tl_to_masks() local
192 drawer = drawer->next; in tl_to_masks()
193 drawer->id = tle->container.id; in tl_to_masks()
204 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
/openbmc/qemu/qapi/
H A Dmachine-common.json51 # @drawer: drawer level. The @drawers option in SMPConfiguration is
62 'socket', 'book', 'drawer', 'default' ] }
H A Dmachine-target.json433 # @drawer-id: destination drawer to move the vCPU to
451 '*drawer-id': 'uint16',
H A Dmachine.json983 # @drawer-id: drawer number within CPU topology the CPU belongs to
1009 '*drawer-id': 'int',
/openbmc/qemu/include/hw/s390x/
H A Dcpu-topology.h22 uint8_t drawer; member
/openbmc/qemu/hw/s390x/
H A Dcpu-topology.c448 bool has_drawer, uint16_t drawer, in qmp_set_cpu_topology() argument
459 has_drawer, drawer, has_entitlement, entitlement, in qmp_set_cpu_topology()
/openbmc/qemu/tests/functional/
H A Dtest_s390x_topology.py73 drawer = cpu['props']['drawer-id']
77 self.assertEqual(drawer, d)
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dchassis.md9 rack-mounted system, each drawer may correspond to a chassis.
/openbmc/linux/arch/alpha/include/asm/
H A Derr_ev7.h153 u16 drawer; member
/openbmc/linux/Documentation/powerpc/
H A Dvcpudispatch_stats.rst36 5. number of times this vcpu was dispatches on a different socket/drawer
/openbmc/linux/Documentation/admin-guide/
H A Dcputopology.rst11 However the die, cluster, book, and drawer hierarchy related sysfs files will
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu58 Description: the drawer ID of cpuX. Typically it is the hardware platform's
/openbmc/phosphor-power/phosphor-regulators/docs/
H A Ddesign.md36 - In a large rack-mounted system, each drawer may correspond to a Chassis.
/openbmc/linux/arch/alpha/kernel/
H A Derr_marvel.c57 env->drawer); in marvel_print_680_frame()
/openbmc/qemu/
H A Dqemu-options.hx290 " books= number of books in one drawer\n"