DynamoRIO API
features_t Struct Reference

#include <dr_proc.h>

Data Fields

uint flags_edx
 
uint flags_ecx
 
uint ext_flags_edx
 
uint ext_flags_ecx
 
uint sext_flags_ebx
 

Detailed Description

Struct to hold all 4 32-bit feature values returned by cpuid. Used by proc_get_all_feature_bits().

Field Documentation

◆ ext_flags_ecx

uint features_t::ext_flags_ecx

extended feature flags stored in ecx

◆ ext_flags_edx

uint features_t::ext_flags_edx

extended feature flags stored in edx

◆ flags_ecx

uint features_t::flags_ecx

feature flags stored in ecx

◆ flags_edx

uint features_t::flags_edx

feature flags stored in edx

◆ sext_flags_ebx

uint features_t::sext_flags_ebx

structured extended feature flags stored in ebx


The documentation for this struct was generated from the following file: