Xen Test Framework
Functions | Variables
main.c File Reference

CPUID Faulting support More...

#include <xtf.h>
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

static unsigned long stub_cpuid (void)
 
static unsigned long stub_force_cpuid (void)
 
static unsigned long stub_user_cpuid (void)
 
static unsigned long stub_user_force_cpuid (void)
 
static void test_cpuid (bool exp_faulting)
 
void test_main (void)
 To be implemented by each test, as its entry point. More...
 

Variables

const char test_title [] = "Guest CPUID Faulting support"
 The title of the test. More...
 

Detailed Description

CPUID Faulting support

Definition in file main.c.

Function Documentation

◆ stub_cpuid()

static unsigned long stub_cpuid ( void  )
static

Definition at line 26 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stub_force_cpuid()

static unsigned long stub_force_cpuid ( void  )
static

Definition at line 39 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stub_user_cpuid()

static unsigned long stub_user_cpuid ( void  )
static

Definition at line 53 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stub_user_force_cpuid()

static unsigned long stub_user_force_cpuid ( void  )
static

Definition at line 66 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ test_cpuid()

static void test_cpuid ( bool  exp_faulting)
static

Definition at line 80 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ test_main()

void test_main ( void  )

To be implemented by each test, as its entry point.

Definition at line 110 of file main.c.

+ Here is the call graph for this function:

Variable Documentation

◆ test_title

const char test_title[] = "Guest CPUID Faulting support"

The title of the test.

Definition at line 24 of file main.c.