Xen Test Framework
Functions
test.h File Reference

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...
 

Detailed Description

x86 API for tests.

Definition in file test.h.

Function Documentation

◆ do_syscall()

void do_syscall ( struct cpu_regs *  regs)

May be implemented by a guest to handle SYSCALL invocations.

Definition at line 68 of file traps.c.

+ Here is the call graph for this function:

◆ do_sysenter()

void do_sysenter ( struct cpu_regs *  regs)

May be implemented by a guest to handle SYSENTER invocations.

Definition at line 73 of file traps.c.

+ Here is the call graph for this function:

◆ do_evtchn()

void do_evtchn ( struct cpu_regs *  regs)

May be implemented by a guest to handle Event Channel upcalls.

Definition at line 78 of file traps.c.

+ Here is the call graph for this function: