Home
last modified time | relevance | path

Searched refs:l1_cache_per_core (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.h2102 bool l1_cache_per_core; member
H A Dcpu.c6523 if (!cpu->l1_cache_per_core) { in cpu_x86_cpuid()
6531 if (!cpu->l1_cache_per_core) { in cpu_x86_cpuid()
8366 DEFINE_PROP_BOOL("x-l1-cache-per-thread", X86CPU, l1_cache_per_core, true),