Searched refs:ext_features (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | helper.c | 64 uint32_t *ext_features, in add_flagname_to_bitmaps() argument 78 *ext_features |= 1 << i; in add_flagname_to_bitmaps() 117 uint32_t features, ext_features, ext2_features, ext3_features; member 150 .ext_features = CPUID_EXT_SSE3, 172 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR, 201 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR | CPUID_EXT_SSSE3, 215 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_SSSE3, 233 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR, 301 .ext_features = CPUID_EXT_MONITOR | 396 x86_cpu_def->ext_features |= plus_ext_features; in cpu_x86_find_by_name() [all …]
|
/external/qemu/ |
D | kqemu.c | 128 int critical_features_mask, features, ext_features, ext_features_mask; in kqemu_update_cpuid() local 142 ext_features = 0; in kqemu_update_cpuid() 146 ext_features = ecx; in kqemu_update_cpuid() 157 (ext_features & ext_features_mask); in kqemu_update_cpuid()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_acl.c | 1270 BD_FEATURES ext_features; /* extended Features suported by the device */ in btm_read_remote_ext_features_complete() local 1294 STREAM_TO_UINT8 (ext_features[0], p); in btm_read_remote_ext_features_complete() 1296 if (HCI_SSP_HOST_SUPPORTED(ext_features)) in btm_read_remote_ext_features_complete()
|