Searched defs:topo_info (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/include/hw/i386/ |
| H A D | topology.h | 76 static inline unsigned apicid_smt_width(X86CPUTopoInfo *topo_info) in apicid_smt_width() 82 static inline unsigned apicid_core_width(X86CPUTopoInfo *topo_info) in apicid_core_width() 88 static inline unsigned apicid_module_width(X86CPUTopoInfo *topo_info) in apicid_module_width() 94 static inline unsigned apicid_die_width(X86CPUTopoInfo *topo_info) in apicid_die_width() 100 static inline unsigned apicid_core_offset(X86CPUTopoInfo *topo_info) in apicid_core_offset() 106 static inline unsigned apicid_module_offset(X86CPUTopoInfo *topo_info) in apicid_module_offset() 112 static inline unsigned apicid_die_offset(X86CPUTopoInfo *topo_info) in apicid_die_offset() 118 static inline unsigned apicid_pkg_offset(X86CPUTopoInfo *topo_info) in apicid_pkg_offset() 129 static inline apic_id_t x86_apicid_from_topo_ids(X86CPUTopoInfo *topo_info, in x86_apicid_from_topo_ids() 143 static inline void x86_topo_ids_from_idx(X86CPUTopoInfo *topo_info, in x86_topo_ids_from_idx() [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-x86-topo.c | 31 X86CPUTopoInfo topo_info = {0}; in test_topo_bits() local
|
| /openbmc/qemu/hw/i386/ |
| H A D | x86.c | 42 void init_topo_info(X86CPUTopoInfo *topo_info, in init_topo_info() 70 X86CPUTopoInfo topo_info; in x86_cpu_apic_id_from_index() local 91 X86CPUTopoInfo topo_info; in x86_get_default_cpu_node_id() local 105 X86CPUTopoInfo topo_info; in x86_possible_cpu_arch_ids() local
|
| H A D | x86-common.c | 252 X86CPUTopoInfo *topo_info = &env->topo_info; in x86_cpu_pre_plug() local
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 307 static uint32_t max_thread_ids_for_cache(X86CPUTopoInfo *topo_info, in max_thread_ids_for_cache() 336 static uint32_t max_core_ids_in_package(X86CPUTopoInfo *topo_info) in max_core_ids_in_package() 345 X86CPUTopoInfo *topo_info, in encode_cache_cpuid4() 381 static uint32_t num_threads_by_topo_level(X86CPUTopoInfo *topo_info, in num_threads_by_topo_level() 401 static uint32_t apicid_offset_by_topo_level(X86CPUTopoInfo *topo_info, in apicid_offset_by_topo_level() 442 X86CPUTopoInfo *topo_info, in encode_topo_cpuid1f() 554 X86CPUTopoInfo *topo_info, in encode_cache_cpuid8000001d() 584 static void encode_topo_cpuid8000001e(X86CPU *cpu, X86CPUTopoInfo *topo_info, in encode_topo_cpuid8000001e() 7854 X86CPUTopoInfo *topo_info = &env->topo_info; in cpu_x86_cpuid() local
|
| H A D | cpu.h | 2149 X86CPUTopoInfo topo_info; member
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | vmsr_energy.c | 323 void vmsr_init_topo_info(X86CPUTopoInfo *topo_info, in vmsr_init_topo_info()
|