Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Ddomctl.h296 struct xen_domctl_getvcpuinfo { struct
298 uint32_t vcpu;
300 uint8_t online; /* currently online (not hotplugged)? */
301 uint8_t blocked; /* blocked waiting for an event? */
302 uint8_t running; /* currently scheduled on its CPU? */
303 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */
304 uint32_t cpu; /* current mapping */