Xen Test Framework
Macros | Functions
vmx.c File Reference

Helpers for VT-x. More...

#include <xtf/lib.h>
#include <arch/vmx.h>
+ Include dependency graph for vmx.c:

Go to the source code of this file.

Macros

#define ERR(x)   [VMERR_ ## x] = #x
 

Functions

const char * vmx_insn_err_strerror (unsigned int err)
 Error string for VMX Instruction Errors. More...
 

Detailed Description

Helpers for VT-x.

Definition in file vmx.c.

Macro Definition Documentation

◆ ERR

#define ERR (   x)    [VMERR_ ## x] = #x

Function Documentation

◆ vmx_insn_err_strerror()

const char* vmx_insn_err_strerror ( unsigned int  err)

Error string for VMX Instruction Errors.

Definition at line 10 of file vmx.c.

+ Here is the caller graph for this function: