CPUID Faulting support
More...
#include <xtf.h>
Go to the source code of this file.
◆ stub_cpuid()
unsigned long stub_cpuid |
( |
void |
| ) |
|
◆ stub_fep_cpuid()
unsigned long stub_fep_cpuid |
( |
void |
| ) |
|
◆ 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 85 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.
◆ test_wants_user_mappings
Boolean indicating whether the test wants user mappings or not.
Some tests want an easy transition between supervisor and user modes. For such tests, this requires running on _PAGE_USER mappings, and they must opt-in.
- See also
- Errata
The framework variable is a weak reference, and may be overridden by a test wishing to change the default.
Definition at line 26 of file main.c.