Xen Test Framework
Functions | Variables
framework.h File Reference

Interfaces used by common code, needing to be implemented by arch/environment specific code. More...

#include <xtf/compiler.h>
+ Include dependency graph for framework.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void arch_setup (void)
 
void test_setup (void)
 
void arch_crash_hard (void)
 

Variables

const char environment_description []
 

Detailed Description

Interfaces used by common code, needing to be implemented by arch/environment specific code.

Default stubs are provided in common/weak-defaults.c

Definition in file framework.h.

Function Documentation

◆ arch_setup()

void arch_setup ( void  )

Definition at line 246 of file setup.c.

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

◆ test_setup()

void test_setup ( void  )

Definition at line 289 of file setup.c.

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

◆ arch_crash_hard()

void arch_crash_hard ( void  )

Definition at line 142 of file traps.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ environment_description

const char environment_description[]

Definition at line 30 of file setup.c.