|
Xen Test Framework
|
#include <xtf/traps.h>#include <xtf/lib.h>#include <arch/idt.h>#include <arch/lib.h>#include <arch/mm.h>#include <arch/processor.h>#include <arch/desc.h>
Include dependency graph for traps.c:Go to the source code of this file.
Functions | |
| void | entry_DE (void) |
| void | entry_DB (void) |
| void | entry_NMI (void) |
| void | entry_BP (void) |
| void | entry_OF (void) |
| void | entry_BR (void) |
| void | entry_UD (void) |
| void | entry_NM (void) |
| void | entry_DF (void) |
| void | entry_TS (void) |
| void | entry_NP (void) |
| void | entry_SS (void) |
| void | entry_GP (void) |
| void | entry_PF (void) |
| void | entry_MF (void) |
| void | entry_AC (void) |
| void | entry_MC (void) |
| void | entry_XM (void) |
| void | entry_VE (void) |
| void | entry_ret_to_kernel (void) |
| int | xtf_set_idte (unsigned int vector, const struct xtf_idte *idte) |
| Set up an IDT Entry, in a guest agnostic way. More... | |
| static void | remap_user (unsigned int start_gfn, unsigned int end_gfn) |
| void | arch_init_traps (void) |
| void | arch_crash_hard (void) |
Variables | |
| xen_pvh_start_info_t * | pvh_start_info |
| env_tss | tss |
| static env_tss | tss_DF |
| void entry_DE | ( | void | ) |
Here is the caller graph for this function:| void entry_DB | ( | void | ) |
Here is the caller graph for this function:| void entry_NMI | ( | void | ) |
Here is the caller graph for this function:| void entry_BP | ( | void | ) |
Here is the caller graph for this function:| void entry_OF | ( | void | ) |
Here is the caller graph for this function:| void entry_BR | ( | void | ) |
Here is the caller graph for this function:| void entry_UD | ( | void | ) |
Here is the caller graph for this function:| void entry_NM | ( | void | ) |
Here is the caller graph for this function:| void entry_DF | ( | void | ) |
Here is the caller graph for this function:| void entry_TS | ( | void | ) |
Here is the caller graph for this function:| void entry_NP | ( | void | ) |
Here is the caller graph for this function:| void entry_SS | ( | void | ) |
Here is the caller graph for this function:| void entry_GP | ( | void | ) |
Here is the caller graph for this function:| void entry_PF | ( | void | ) |
Here is the caller graph for this function:| void entry_MF | ( | void | ) |
Here is the caller graph for this function:| void entry_AC | ( | void | ) |
Here is the caller graph for this function:| void entry_MC | ( | void | ) |
Here is the caller graph for this function:| void entry_XM | ( | void | ) |
Here is the caller graph for this function:| void entry_VE | ( | void | ) |
Here is the caller graph for this function:| void entry_ret_to_kernel | ( | void | ) |
Here is the caller graph for this function:| int xtf_set_idte | ( | unsigned int | vector, |
| const struct xtf_idte * | idte | ||
| ) |
Set up an IDT Entry, in a guest agnostic way.
Construct an IDT Entry at the specified vector, using configuration provided in idte.
| vector | Vector to set up. |
| idte | Details to set up. |
Definition at line 73 of file traps.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| void arch_init_traps | ( | void | ) |
| void arch_crash_hard | ( | void | ) |
| xen_pvh_start_info_t* pvh_start_info |
| env_tss tss |
|
static |