Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c319 … uint32_t plus_features = 0, plus_ext_features = 0, plus_ext2_features = 0, plus_ext3_features = 0; in cpu_x86_find_by_name() local
339 …maps(featurestr + 1, &plus_features, &plus_ext_features, &plus_ext2_features, &plus_ext3_features); in cpu_x86_find_by_name()
398 x86_cpu_def->ext3_features |= plus_ext3_features; in cpu_x86_find_by_name()