Searched refs:machine_set_cache_topo_level (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/core/ |
| H A D | machine-smp.c | 304 machine_set_cache_topo_level(ms, node->value->cache, in machine_parse_smp_cache() 356 void machine_set_cache_topo_level(MachineState *ms, CacheLevelAndType cache, in machine_set_cache_topo_level() function
|
| /openbmc/qemu/include/hw/ |
| H A D | boards.h | 59 void machine_set_cache_topo_level(MachineState *ms, CacheLevelAndType cache,
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 9231 machine_set_cache_topo_level(ms, CACHE_LEVEL_AND_TYPE_L1D, in x86_cpu_update_smp_cache_topo() 9239 machine_set_cache_topo_level(ms, CACHE_LEVEL_AND_TYPE_L1I, in x86_cpu_update_smp_cache_topo() 9247 machine_set_cache_topo_level(ms, CACHE_LEVEL_AND_TYPE_L2, in x86_cpu_realizefn() 9255 machine_set_cache_topo_level(ms, CACHE_LEVEL_AND_TYPE_L3, in x86_cpu_realizefn()
|