Searched refs:FeatureWord (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/i386/ |
| H A D | cpu.h | 630 typedef enum FeatureWord { enum 676 } FeatureWord; typedef 679 FeatureWord index; 688 uint64_t x86_cpu_get_supported_feature_word(X86CPU *cpu, FeatureWord w); 2574 void mark_unavailable_features(X86CPU *cpu, FeatureWord w, uint64_t mask, 2576 void mark_forced_on_features(X86CPU *cpu, FeatureWord w, uint64_t mask,
|
| H A D | cpu-system.c | 37 FeatureWord w; in x86_cpu_static_props()
|
| H A D | cpu.c | 1827 FeatureWord w; in is_feature_word_cpuid() 2097 static uint64_t x86_cpu_get_migratable_flags(X86CPU *cpu, FeatureWord w) in x86_cpu_get_migratable_flags() 6786 FeatureWord w; in x86_cpu_have_filtered_features() 6797 void mark_unavailable_features(X86CPU *cpu, FeatureWord w, uint64_t mask, in mark_unavailable_features() 6825 void mark_forced_on_features(X86CPU *cpu, FeatureWord w, uint64_t mask, in mark_forced_on_features() 7067 FeatureWord w; in x86_cpu_get_feature_words() 7108 static const char *x86_cpu_feature_name(FeatureWord w, int bitnr) in x86_cpu_feature_name() 7240 FeatureWord w; in x86_cpu_list_feature_names() 7475 uint64_t x86_cpu_get_supported_feature_word(X86CPU *cpu, FeatureWord w) in x86_cpu_get_supported_feature_word() 7701 FeatureWord w; in x86_cpu_load_model() [all …]
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | tdx.c | 825 FeatureWord w; in tdx_check_features()
|