Searched defs:xen_domctl_getvcpuinfo (Results 1 – 1 of 1) sorted by relevance
248 struct xen_domctl_getvcpuinfo { struct250 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 */