Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dmachine-smp.c304 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 Dboards.h59 void machine_set_cache_topo_level(MachineState *ms, CacheLevelAndType cache,
/openbmc/qemu/target/i386/
H A Dcpu.c9231 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()