Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.c6136 uint64_t x86_cpu_get_supported_feature_word(X86CPU *cpu, FeatureWord w) in x86_cpu_get_supported_feature_word() function
7530 x86_cpu_get_supported_feature_word(cpu, w) & in x86_cpu_expand_features()
7671 x86_cpu_get_supported_feature_word(NULL, w); in x86_cpu_filter_features()
7812 x86_cpu_get_supported_feature_word(NULL, FEAT_PERF_CAPABILITIES); in x86_cpu_realizefn()
8157 ((uint64_t) x86_cpu_get_supported_feature_word(NULL, FEAT_XSAVE_XCR0_HI) << 32) | in x86_cpu_post_initfn()
8158 x86_cpu_get_supported_feature_word(NULL, FEAT_XSAVE_XCR0_LO); in x86_cpu_post_initfn()
H A Dcpu.h674 uint64_t x86_cpu_get_supported_feature_word(X86CPU *cpu, FeatureWord w);