Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h58 unsigned dies_per_pkg; member
86 return apicid_bitwidth_for_count(topo_info->dies_per_pkg); in apicid_die_width()
129 unsigned nr_dies = topo_info->dies_per_pkg; in x86_topo_ids_from_idx()
/openbmc/qemu/hw/i386/
H A Dx86.c74 topo_info->dies_per_pkg = ms->smp.dies; in init_topo_info()
/openbmc/qemu/target/i386/
H A Dcpu.c415 *ecx = ((topo_info->dies_per_pkg - 1) << 8) | in encode_topo_cpuid8000001e()
6022 topo_info.dies_per_pkg = env->nr_dies; in cpu_x86_cpuid()