Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dboards.h390 typedef struct SmpCache {
392 } SmpCache;
446 SmpCache smp_cache;
387 typedef struct SmpCache { global() struct
388 propsSmpCache global() argument
389 } SmpCache; global() typedef
/openbmc/qemu/hw/core/
H A Dmachine-smp.c366 static bool smp_cache_topo_cmp(const SmpCache *smp_cache, in smp_cache_topo_cmp()
H A Dmachine.c979 SmpCache *cache = &ms->smp_cache; in machine_get_smp_cache()