Xen Test Framework
|
Memory operand and segment emulation More...
Go to the source code of this file.
Data Structures | |
struct | test |
Macros | |
#define | GP EXINFO_SYM(GP, 0) |
#define | SS EXINFO_SYM(SS, 0) |
Functions | |
void | test_main (void) |
To be implemented by each test, as its entry point. More... | |
Variables | |
const char | test_title [] = "Memory operand and segment emulation tests" |
The title of the test. More... | |
static const struct test | tests [] |
Memory operand and segment emulation
Definition in file main.c.
#define GP EXINFO_SYM(GP, 0) |
#define SS EXINFO_SYM(SS, 0) |
void test_main | ( | void | ) |
const char test_title[] = "Memory operand and segment emulation tests" |
|
static |