Home
last modified time | relevance | path

Searched refs:remote_dom (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/xen/
Devents.h37 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/
Devents.c34 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/
Devent_channel.h87 domid_t dom, remote_dom; member
115 domid_t remote_dom; member