Home
last modified time | relevance | path

Searched defs:xen_domctl_getdomaininfo (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/xen/public/
Ddomctl.h98 struct xen_domctl_getdomaininfo { struct
100 domid_t domain; /* Also echoed in domctl.domain */
101 uint16_t pad1;
150 typedef struct xen_domctl_getdomaininfo xen_domctl_getdomaininfo_t; argument
/Zephyr-latest/drivers/xen/dom0/
Ddomctl.c90 int xen_domctl_getdomaininfo(int domid, xen_domctl_getdomaininfo_t *dom_info) in xen_domctl_getdomaininfo() function