Home
last modified time | relevance | path

Searched refs:controller_pause_count (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c349 d->controller_pause_count = 1; in domain_create()
927 int old, new, prev = v->controller_pause_count; in vcpu_pause_by_systemcontroller()
937 prev = cmpxchg(&v->controller_pause_count, old, new); in vcpu_pause_by_systemcontroller()
947 int old, new, prev = v->controller_pause_count; in vcpu_unpause_by_systemcontroller()
957 prev = cmpxchg(&v->controller_pause_count, old, new); in vcpu_unpause_by_systemcontroller()
1003 int old, new, prev = d->controller_pause_count; in __domain_pause_by_systemcontroller()
1017 prev = cmpxchg(&d->controller_pause_count, old, new); in __domain_pause_by_systemcontroller()
1027 int old, new, prev = d->controller_pause_count; in domain_unpause_by_systemcontroller()
1037 prev = cmpxchg(&d->controller_pause_count, old, new); in domain_unpause_by_systemcontroller()
A Ddomctl.c188 (d->controller_pause_count > 0 ? XEN_DOMINF_paused : 0) | in getdomaininfo()
A Devent_channel.c1014 if ( d != current->domain && !d->controller_pause_count ) in evtchn_reset()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h230 int controller_pause_count; member
361 int controller_pause_count; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomctl.c1038 if ( !d->controller_pause_count ) in arch_do_domctl()
1053 if ( !d->controller_pause_count ) in arch_do_domctl()
1072 domctl->u.gdbsx_domstatus.paused = d->controller_pause_count > 0; in arch_do_domctl()

Completed in 14 milliseconds