Xen Test Framework
Data Structures | Macros | Typedefs
callback.h File Reference
#include "xen.h"
+ Include dependency graph for callback.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  xen_callback_register
 

Macros

#define CALLBACKTYPE_event   0
 
#define CALLBACKTYPE_failsafe   1
 
#define CALLBACKTYPE_syscall   2
 
#define CALLBACKTYPE_sysenter_deprecated   3
 
#define CALLBACKTYPE_nmi   4
 
#define CALLBACKTYPE_sysenter   5
 
#define CALLBACKTYPE_syscall32   7
 
#define _CALLBACKF_mask_events   0
 
#define CALLBACKF_mask_events   (1U << _CALLBACKF_mask_events)
 
#define CALLBACKOP_register   0
 

Typedefs

typedef struct xen_callback_register xen_callback_register_t
 

Macro Definition Documentation

◆ CALLBACKTYPE_event

#define CALLBACKTYPE_event   0

Definition at line 18 of file callback.h.

◆ CALLBACKTYPE_failsafe

#define CALLBACKTYPE_failsafe   1

Definition at line 21 of file callback.h.

◆ CALLBACKTYPE_syscall

#define CALLBACKTYPE_syscall   2

Definition at line 24 of file callback.h.

◆ CALLBACKTYPE_sysenter_deprecated

#define CALLBACKTYPE_sysenter_deprecated   3

Definition at line 30 of file callback.h.

◆ CALLBACKTYPE_nmi

#define CALLBACKTYPE_nmi   4

Definition at line 33 of file callback.h.

◆ CALLBACKTYPE_sysenter

#define CALLBACKTYPE_sysenter   5

Definition at line 43 of file callback.h.

◆ CALLBACKTYPE_syscall32

#define CALLBACKTYPE_syscall32   7

Definition at line 49 of file callback.h.

◆ _CALLBACKF_mask_events

#define _CALLBACKF_mask_events   0

Definition at line 55 of file callback.h.

◆ CALLBACKF_mask_events

#define CALLBACKF_mask_events   (1U << _CALLBACKF_mask_events)

Definition at line 56 of file callback.h.

◆ CALLBACKOP_register

#define CALLBACKOP_register   0

Definition at line 61 of file callback.h.

Typedef Documentation

◆ xen_callback_register_t

Definition at line 67 of file callback.h.