Xen Test Framework
Functions | Variables
traps.h File Reference
#include <xtf/extable.h>
#include <xtf/test.h>
#include <arch/traps.h>
+ Include dependency graph for traps.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool do_unhandled_exception (struct cpu_regs *regs)
 May be implemented by a guest to provide custom exception handling. More...
 

Variables

shared_info_t shared_info
 

Function Documentation

◆ do_unhandled_exception()

bool do_unhandled_exception ( struct cpu_regs *  regs)

May be implemented by a guest to provide custom exception handling.

Definition at line 63 of file traps.c.

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

Variable Documentation

◆ shared_info

Definition at line 32 of file setup.c.