Searched refs:tcg_features (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | cpu-internal.h | 49 uint64_t tcg_features; /* Feature flags supported by TCG */ member
|
H A D | cpu.c | 935 .tcg_features = TCG_FEATURES, 951 .tcg_features = TCG_EXT_FEATURES, 971 .tcg_features = TCG_EXT2_FEATURES, 986 .tcg_features = TCG_EXT3_FEATURES, 1007 .tcg_features = TCG_EXT4_FEATURES, 1022 .tcg_features = TCG_KVM_FEATURES, 1037 .tcg_features = TCG_KVM_FEATURES, 1057 .tcg_features = TCG_SVM_FEATURES, 1076 .tcg_features = TCG_7_0_EBX_FEATURES, 1095 .tcg_features = TCG_7_0_ECX_FEATURES, [all …]
|