|
Xen Test Framework
|
An encapsulation of an x86 exception with error code. More...
#include <arch/processor.h>
Include dependency graph for exinfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | EXINFO_EXPECTED (1u << 31) |
| #define | EXINFO_AVAIL1 (1u << 25) |
| #define | EXINFO_AVAIL0 (1u << 24) |
| #define | EXINFO(vec, ec) |
| #define | EXINFO_SYM(exc, ec) EXINFO(X86_EXC_ ## exc, ec) |
Typedefs | |
| typedef unsigned int | exinfo_t |
| Packed exception and error code information. More... | |
Functions | |
| static unsigned int | exinfo_vec (exinfo_t info) |
| static unsigned int | exinfo_ec (exinfo_t info) |
An encapsulation of an x86 exception with error code.
Definition in file exinfo.h.
| #define EXINFO | ( | vec, | |
| ec | |||
| ) |
| typedef unsigned int exinfo_t |
|
inlinestatic |