Home
last modified time | relevance | path

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

/qemu/include/hw/s390x/
H A Dcpu-topology.h66 static inline int s390_std_socket(int n, CpuTopology *smp) in s390_std_socket()
71 static inline int s390_std_book(int n, CpuTopology *smp) in s390_std_book()
76 static inline int s390_std_drawer(int n, CpuTopology *smp) in s390_std_drawer()
/qemu/hw/s390x/
H A Dcpu-topology.c89 CpuTopology *smp = &ms->smp; in s390_topology_init()
184 CpuTopology *smp = &current_machine->smp; in s390_topology_cpu_default()
237 CpuTopology *smp = &current_machine->smp; in s390_topology_check()
/qemu/include/hw/
H A Dboards.h361 typedef struct CpuTopology { struct
372 } CpuTopology; argument
423 CpuTopology smp;
/qemu/tests/unit/
H A Dtest-smp-parse.c126 CpuTopology expect_prefer_sockets;
127 CpuTopology expect_prefer_cores;
732 static unsigned int cpu_topology_get_threads_per_socket(const CpuTopology *topo) 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()
753 static char *cpu_topology_to_string(const CpuTopology *topo, in cpu_topology_to_string()
782 const CpuTopology *expect_topo, const char *expect_err, in check_parse()