PV FSGSBASE behaviour
More...
#include <xtf.h>
Go to the source code of this file.
|
const char | test_title [] = "Test PV FSGSBASE behaviour" |
| The title of the test. More...
|
|
◆ stub_rdfsbase()
static exinfo_t stub_rdfsbase |
( |
unsigned long |
unused | ) |
|
|
static |
◆ stub_rdgsbase()
static exinfo_t stub_rdgsbase |
( |
unsigned long |
unused | ) |
|
|
static |
◆ stub_wrfsbase()
static exinfo_t stub_wrfsbase |
( |
unsigned long |
val | ) |
|
|
static |
◆ stub_wrgsbase()
static exinfo_t stub_wrgsbase |
( |
unsigned long |
val | ) |
|
|
static |
◆ test_fsgsbase_insns()
static void test_fsgsbase_insns |
( |
bool |
should_ud | ) |
|
|
static |
◆ test_wrfsbase_values()
static void test_wrfsbase_values |
( |
void |
| ) |
|
|
static |
◆ pv_write_cr4_safe()
static bool pv_write_cr4_safe |
( |
unsigned long |
val | ) |
|
|
static |
◆ test_main()
To be implemented by each test, as its entry point.
Definition at line 164 of file main.c.
◆ test_title
const char test_title[] = "Test PV FSGSBASE behaviour" |
The title of the test.
Definition at line 34 of file main.c.