Home
last modified time | relevance | path

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

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Ddomctl.h248 struct xen_domctl_getvcpuinfo { struct
250 uint32_t vcpu;
252 uint8_t online; /* currently online (not hotplugged)? */
253 uint8_t blocked; /* blocked waiting for an event? */
254 uint8_t running; /* currently scheduled on its CPU? */
255 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */
256 uint32_t cpu; /* current mapping */