x86_vmp_control xtensa_export_state
API Reference Manual  /  4 Model-to-Model Interfaces  / 

xed_access

Description
The xed_access interface is implemented by a processor model. The interface can be used to call IntelĀ® X86 Encoder Decoder (Intel\reg; XED) library built into the processor model.

This interface is internal and may change at any time without notice.

SIM_INTERFACE(xed_access) {
        int (*get_last)(conf_object_t *obj, xed_data_type_t type);
        int (*decode)(conf_object_t *obj, xed_data_type_t type, bytes_t bytes);
        const char *(*to_string)(conf_object_t *obj, xed_data_type_t type,
                                 int value);
};

#define XED_ACCESS_INTERFACE "xed_access"

Execution Context
Cell Context for all methods.

x86_vmp_control xtensa_export_state