CPUID Faulting support
More...
#include <xtf.h>
Go to the source code of this file.
|
const char | test_title [] = "Guest CPUID Faulting support" |
| The title of the test. More...
|
|
◆ stub_cpuid()
static unsigned long stub_cpuid |
( |
void |
| ) |
|
|
static |
◆ stub_force_cpuid()
static unsigned long stub_force_cpuid |
( |
void |
| ) |
|
|
static |
◆ stub_user_cpuid()
static unsigned long stub_user_cpuid |
( |
void |
| ) |
|
|
static |
◆ stub_user_force_cpuid()
static unsigned long stub_user_force_cpuid |
( |
void |
| ) |
|
|
static |
◆ test_cpuid()
static void test_cpuid |
( |
bool |
exp_faulting | ) |
|
|
static |
◆ test_main()
To be implemented by each test, as its entry point.
Definition at line 110 of file main.c.
◆ test_title
const char test_title[] = "Guest CPUID Faulting support" |
The title of the test.
Definition at line 24 of file main.c.