xen_runstate       22 drivers/xen/time.c static DEFINE_PER_CPU(struct vcpu_runstate_info, xen_runstate);
xen_runstate       62 drivers/xen/time.c 	state = per_cpu_ptr(&xen_runstate, cpu);
xen_runstate      149 drivers/xen/time.c 	return per_cpu(xen_runstate, vcpu).state == RUNSTATE_runnable;
xen_runstate      164 drivers/xen/time.c 	area.addr.v = &per_cpu(xen_runstate, cpu);