Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.c7249 static bool x86_cpu_filter_features(X86CPU *cpu, bool verbose); in x86_cpu_list_feature_names()
7442 x86_cpu_filter_features(xc, false); in x86_cpu_definition_entry()
8236 * x86_cpu_filter_features(). in cpu_x86_cpuid()
8913 * determined at this step. Done by x86_cpu_filter_features(). in x86_cpu_expand_features()
9112 static bool x86_cpu_filter_features(X86CPU *cpu, bool verbose) in x86_cpu_filter_features()
9342 if (x86_cpu_filter_features(cpu, cpu->check_cpuid || cpu->enforce_cpuid)) { in x86_cpu_realizefn()
9089 static bool x86_cpu_filter_features(X86CPU *cpu, bool verbose) x86_cpu_filter_features() function