Xen Test Framework
Functions | Variables
main.c File Reference

CPUID More...

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

Go to the source code of this file.

Functions

static void dump_leaves (cpuid_count_fn_t cpuid_fn)
 
void test_main (void)
 To be implemented by each test, as its entry point. More...
 

Variables

const char test_title [] = "Guest cpuid information"
 The title of the test. More...
 

Detailed Description

CPUID

Definition in file main.c.

Function Documentation

◆ dump_leaves()

static void dump_leaves ( cpuid_count_fn_t  cpuid_fn)
static

Definition at line 16 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 137 of file main.c.

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

Variable Documentation

◆ test_title

const char test_title[] = "Guest cpuid information"

The title of the test.

Definition at line 14 of file main.c.