Home
last modified time | relevance | path

Searched refs:topo (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/unit/
H A Dtest-smp-parse.c732 static unsigned int cpu_topology_get_threads_per_socket(const CpuTopology *topo) in cpu_topology_get_threads_per_socket() argument
735 if (!topo->drawers || !topo->books || !topo->sockets) { in cpu_topology_get_threads_per_socket()
738 return topo->max_cpus / topo->drawers / topo->books / topo->sockets; in cpu_topology_get_threads_per_socket()
743 static unsigned int cpu_topology_get_cores_per_socket(const CpuTopology *topo) in cpu_topology_get_cores_per_socket() argument
746 if (!topo->threads) { in cpu_topology_get_cores_per_socket()
749 return cpu_topology_get_threads_per_socket(topo) / topo->threads; in cpu_topology_get_cores_per_socket()
753 static char *cpu_topology_to_string(const CpuTopology *topo, in cpu_topology_to_string() argument
774 topo->cpus, topo->drawers, topo->books, in cpu_topology_to_string()
775 topo->sockets, topo->dies, topo->clusters, in cpu_topology_to_string()
776 topo->modules, topo->cores, topo->threads, in cpu_topology_to_string()
[all …]
H A Dmeson.build24 # all code tested by test-x86-topo is inside topology.h
25 'test-x86-topo': [],
/qemu/docs/system/devices/
H A Dcxl.rst190 | PCI topology | | PCI topology| | PCI topo | | PCI topo |
/qemu/hw/intc/
H A Dpnv_xive2.c43 XiveSfnBlock topo[16]; member
/qemu/
H A DMAINTAINERS1831 F: tests/unit/test-x86-topo.c