Home
last modified time | relevance | path

Searched refs:domid_t (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/xen/public/
Dmemory.h67 domid_t domid;
77 domid_t domid;
84 domid_t foreign_domid; /* IFF gmfn_foreign. Should be 0 for other spaces. */
87 domid_t foreign_domid; /* gmfn_foreign */
130 domid_t domid;
156 domid_t domid;
Devent_channel.h87 domid_t dom, remote_dom;
115 domid_t remote_dom;
153 domid_t dom;
166 domid_t dom;
169 domid_t dom;
200 domid_t dom;
Dgrant_table.h137 domid_t domid;
271 domid_t dom;
313 domid_t dom;
Dsched.h150 domid_t domain_id; /* Remote domain ID */
Ddomctl.h100 domid_t domain; /* Also echoed in domctl.domain */
495 domid_t domain;
Dxen.h217 typedef uint16_t domid_t; typedef
/Zephyr-Core-3.5.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,
Dgnttab.h19 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long gfn,
/Zephyr-Core-3.5.0/include/zephyr/xen/public/hvm/
Dhvm_op.h34 domid_t domid; /* IN */
/Zephyr-Core-3.5.0/drivers/xen/
Devents.c34 int alloc_unbound_event_channel(domid_t 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()
68 int bind_interdomain_event_channel(domid_t remote_dom, evtchn_port_t remote_port, in bind_interdomain_event_channel()
Dgnttab.c85 static void gnttab_grant_permit_access(grant_ref_t gref, domid_t domid, in gnttab_grant_permit_access()
102 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long gfn, in gnttab_grant_access()