Xen Test Framework
Functions
decode.h File Reference

Helper routines for decoding x86 state. More...

#include <xtf/types.h>
#include <arch/cpuid.h>
#include <arch/exinfo.h>
+ Include dependency graph for decode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * x86_vendor_name (enum x86_vendor v)
 String of the indentified vendor v. More...
 
const char * x86_exc_short_name (unsigned int ev)
 String abbreviation of ev. More...
 

Detailed Description

Helper routines for decoding x86 state.

Definition in file decode.h.

Function Documentation

◆ x86_vendor_name()

const char* x86_vendor_name ( enum x86_vendor  v)

String of the indentified vendor v.

Parameters
vVendor.
Returns
String.

Definition at line 12 of file decode.c.

◆ x86_exc_short_name()

const char* x86_exc_short_name ( unsigned int  ev)

String abbreviation of ev.

Parameters
evEntry Vector.
Returns
String abbreviation.

Definition at line 23 of file decode.c.

+ Here is the caller graph for this function: