Searched refs:remote_dom (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/xen/ |
D | events.h | 37 int alloc_unbound_event_channel(domid_t remote_dom); 47 int alloc_unbound_event_channel_dom0(domid_t dom, domid_t remote_dom); 60 int bind_interdomain_event_channel(domid_t remote_dom, evtchn_port_t remote_port,
|
/Zephyr-Core-3.6.0/drivers/xen/ |
D | events.c | 34 int alloc_unbound_event_channel(domid_t remote_dom) in alloc_unbound_event_channel() argument 39 .remote_dom = remote_dom, in alloc_unbound_event_channel() 51 int alloc_unbound_event_channel_dom0(domid_t dom, domid_t remote_dom) in alloc_unbound_event_channel_dom0() argument 56 .remote_dom = remote_dom, in alloc_unbound_event_channel_dom0() 68 int bind_interdomain_event_channel(domid_t remote_dom, evtchn_port_t remote_port, in bind_interdomain_event_channel() argument 73 .remote_dom = remote_dom, in bind_interdomain_event_channel()
|
/Zephyr-Core-3.6.0/include/zephyr/xen/public/ |
D | event_channel.h | 87 domid_t dom, remote_dom; member 115 domid_t remote_dom; member
|