OvmfPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
event_channel.h File Reference

Data Structures

struct  evtchn_alloc_unbound
 
struct  evtchn_close
 
struct  evtchn_send
 

Macros

#define EVTCHNOP_close   3
 
#define EVTCHNOP_send   4
 
#define EVTCHNOP_alloc_unbound   6
 

Typedefs

typedef UINT32 evtchn_port_t
 
typedef struct evtchn_alloc_unbound evtchn_alloc_unbound_t
 
typedef struct evtchn_close evtchn_close_t
 
typedef struct evtchn_send evtchn_send_t
 

Functions

 DEFINE_XEN_GUEST_HANDLE (evtchn_port_t)
 

Macro Definition Documentation

#define EVTCHNOP_alloc_unbound   6
#define EVTCHNOP_close   3
#define EVTCHNOP_send   4

Typedef Documentation

typedef struct evtchn_close evtchn_close_t
typedef struct evtchn_send evtchn_send_t

Function Documentation

DEFINE_XEN_GUEST_HANDLE ( evtchn_port_t  )