|
Xen Test Framework
|
x86 API for tests. More...
#include <arch/regs.h>
Include dependency graph for test.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | do_syscall (struct cpu_regs *regs) |
| May be implemented by a guest to handle SYSCALL invocations. More... | |
| void | do_sysenter (struct cpu_regs *regs) |
| May be implemented by a guest to handle SYSENTER invocations. More... | |
| void | do_evtchn (struct cpu_regs *regs) |
| May be implemented by a guest to handle Event Channel upcalls. More... | |
x86 API for tests.
Definition in file test.h.
| void do_syscall | ( | struct cpu_regs * | regs | ) |
| void do_sysenter | ( | struct cpu_regs * | regs | ) |