/xen/xen/include/public/ |
A D | event_channel.h | 97 evtchn_port_t port; 126 evtchn_port_t local_port; 147 evtchn_port_t port; 163 evtchn_port_t port; 176 evtchn_port_t port; 187 evtchn_port_t port; 197 evtchn_port_t port; 212 evtchn_port_t port; 250 evtchn_port_t port; 261 evtchn_port_t port; [all …]
|
A D | sched.h | 142 XEN_GUEST_HANDLE(evtchn_port_t) ports;
|
/xen/tools/libs/evtchn/ |
A D | minios.c | 105 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() 118 static void evtchn_handler(evtchn_port_t port, struct pt_regs *regs, void *data) in evtchn_handler() 142 evtchn_port_t port; in xenevtchn_bind_unbound_port() 165 evtchn_port_t remote_port) in xenevtchn_bind_interdomain() 169 evtchn_port_t local_port; in xenevtchn_bind_interdomain() 192 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() 212 evtchn_port_t port; in xenevtchn_bind_virq() 239 evtchn_port_t ret = -1; in xenevtchn_pending() 259 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
|
A D | solaris.c | 65 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() 86 evtchn_port_t remote_port) in xenevtchn_bind_interdomain() 107 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() 120 evtchn_port_t port; in xenevtchn_pending() 128 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
|
A D | linux.c | 66 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() 89 evtchn_port_t remote_port) in xenevtchn_bind_interdomain() 111 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() 124 evtchn_port_t port; in xenevtchn_pending() 132 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
|
A D | netbsd.c | 62 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() 88 evtchn_port_t remote_port) in xenevtchn_bind_interdomain() 104 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() 132 evtchn_port_t port; in xenevtchn_pending() 140 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
|
A D | freebsd.c | 62 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_notify() 84 xenevtchn_bind_interdomain(xenevtchn_handle *xce, uint32_t domid, evtchn_port_t remote_port) in xenevtchn_bind_interdomain() 107 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unbind() 120 evtchn_port_t port; in xenevtchn_pending() 128 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port) in xenevtchn_unmask()
|
/xen/tools/libs/evtchn/include/ |
A D | xenevtchn.h | 98 int xenevtchn_notify(xenevtchn_handle *xce, evtchn_port_t port); 113 evtchn_port_t remote_port); 126 int xenevtchn_unbind(xenevtchn_handle *xce, evtchn_port_t port); 152 int xenevtchn_unmask(xenevtchn_handle *xce, evtchn_port_t port);
|
/xen/tools/libxc/ |
A D | xc_evtchn_compat.c | 27 int xc_evtchn_notify(xc_evtchn *xce, evtchn_port_t port) in xc_evtchn_notify() 40 evtchn_port_t remote_port) in xc_evtchn_bind_interdomain() 51 int xc_evtchn_unbind(xc_evtchn *xce, evtchn_port_t port) in xc_evtchn_unbind() 62 int xc_evtchn_unmask(xc_evtchn *xce, evtchn_port_t port) in xc_evtchn_unmask()
|
A D | xc_gnttab_compat.c | 53 evtchn_port_t notify_port) in xc_gnttab_map_grant_ref_notify() 92 evtchn_port_t notify_port) in xc_gntshr_share_page_notify()
|
/xen/tools/libxc/include/ |
A D | xenctrl_compat.h | 60 int xc_evtchn_notify(xc_evtchn *xce, evtchn_port_t port); 65 evtchn_port_t remote_port); 68 int xc_evtchn_unbind(xc_evtchn *xce, evtchn_port_t port); 71 int xc_evtchn_unmask(xc_evtchn *xce, evtchn_port_t port); 101 evtchn_port_t notify_port); 118 evtchn_port_t notify_port); 130 xen_pfn_t *bufioreq_pfn, evtchn_port_t *bufioreq_port);
|
/xen/xen/include/xen/ |
A D | pv_console.h | 13 evtchn_port_t pv_console_evtchn(void); 22 evtchn_port_t pv_console_evtchn(void) in pv_console_evtchn()
|
A D | event.h | 60 int evtchn_bind_virq(evtchn_bind_virq_t *bind, evtchn_port_t port); 258 static inline bool evtchn_port_is_pending(struct domain *d, evtchn_port_t port) in evtchn_port_is_pending() 276 static inline bool evtchn_port_is_masked(struct domain *d, evtchn_port_t port) in evtchn_port_is_masked()
|
/xen/xen/include/asm-arm/ |
A D | vpl011.h | 57 evtchn_port_t evtchn; 63 evtchn_port_t evtchn;
|
/xen/tools/libs/gnttab/ |
A D | private.h | 30 evtchn_port_t notify_port); 58 evtchn_port_t notify_port);
|
A D | gntshr_unimp.c | 44 evtchn_port_t notify_port) in xengntshr_share_page_notify()
|
/xen/xen/include/asm-x86/hvm/ |
A D | domain.h | 42 evtchn_port_t ioreq_evtchn; 61 evtchn_port_t bufioreq_evtchn;
|
/xen/tools/xenstore/ |
A D | xenstored_posix.c | 104 evtchn_port_t xenbus_evtchn(void) in xenbus_evtchn() 108 evtchn_port_t port; in xenbus_evtchn()
|
A D | xenstored_solaris.c | 29 evtchn_port_t xenbus_evtchn(void) in xenbus_evtchn() 32 evtchn_port_t port; in xenbus_evtchn()
|
A D | xenstored_minios.c | 45 evtchn_port_t xenbus_evtchn(void) in xenbus_evtchn()
|
/xen/tools/misc/ |
A D | xen-lowmemd.c | 13 static evtchn_port_t virq_port = ~0; 122 evtchn_port_t port; in main()
|
/xen/tools/libs/gnttab/include/ |
A D | xengnttab.h | 244 evtchn_port_t notify_port); 449 evtchn_port_t notify_port);
|
/xen/xen/common/ |
A D | event_2l.c | 69 evtchn_port_t port = evtchn->port; in evtchn_2l_is_pending() 80 evtchn_port_t port = evtchn->port; in evtchn_2l_is_masked()
|
/xen/xen/drivers/char/ |
A D | xen_pv_console.c | 35 static evtchn_port_t cons_evtchn; 92 evtchn_port_t pv_console_evtchn(void) in pv_console_evtchn()
|
/xen/xen/include/asm-x86/guest/ |
A D | xen-hcall.h | 144 static inline long xen_hypercall_evtchn_send(evtchn_port_t port) in xen_hypercall_evtchn_send() 151 static inline long xen_hypercall_evtchn_unmask(evtchn_port_t port) in xen_hypercall_evtchn_unmask()
|