Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c769 bool wake; in pv_shim_cpu_up() local
793 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in pv_shim_cpu_up()
795 if ( wake ) in pv_shim_cpu_up()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched-if.h163 void (*wake) (const struct scheduler *, struct vcpu *); member
/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c1303 bool wake = false; in do_vcpu_op() local
1309 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in do_vcpu_op()
1311 if ( wake ) in do_vcpu_op()
A Dsched_arinc653.c753 .wake = a653sched_vcpu_wake,
A Dsched_null.c928 .wake = null_vcpu_wake,
A Dsched_rt.c1606 .wake = rt_vcpu_wake,
A Dschedule.c482 SCHED_OP(vcpu_scheduler(v), wake, v); in vcpu_wake()
A Dsched_credit.c2269 .wake = csched_vcpu_wake,
A Dsched_credit2.c4032 .wake = csched2_vcpu_wake,
/xen-4.10.0-shim-comet/docs/misc/
A Dvtd-pi.txt217 - Introduce a new global vector which is used to wake up the blocked vCPU.
257 - Set 'NV' to ' pi_wakeup_vector ', so we can wake up the
283 another global vector, naming 'pi_wakeup_vector' to wake up the blocked vCPU.
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dvlapic.c364 bool_t wake = 0; in vlapic_accept_irq() local
367 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in vlapic_accept_irq()
369 if ( wake ) in vlapic_accept_irq()
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs129 /* wake up the application task */

Completed in 34 milliseconds