Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/xen/public/
Ddomctl.h98 struct xen_domctl_getdomaininfo { struct
150 typedef struct xen_domctl_getdomaininfo xen_domctl_getdomaininfo_t; argument
499 struct xen_domctl_getdomaininfo getdomaininfo;
/Zephyr-latest/include/zephyr/xen/dom0/
Ddomctl.h21 int xen_domctl_getdomaininfo(int domid, xen_domctl_getdomaininfo_t *dom_info);
/Zephyr-latest/drivers/xen/dom0/
Ddomctl.c90 int xen_domctl_getdomaininfo(int domid, xen_domctl_getdomaininfo_t *dom_info) in xen_domctl_getdomaininfo() function