Home
last modified time | relevance | path

Searched refs:is_idle_vcpu (Results 1 – 22 of 22) sorted by relevance

/xen/xen/arch/x86/
A Di387.c213 ASSERT(!is_idle_vcpu(v)); in vcpu_restore_fpu_nonlazy()
252 ASSERT(!is_idle_vcpu(v)); in vcpu_restore_fpu_lazy()
280 ASSERT(!is_idle_vcpu(v)); in _vcpu_save_fpu()
A Dxstate.c504 if ( !is_idle_vcpu(v) || !cpu_has_xsavec ) in xstate_alloc_save_area()
A Ddomain.c178 ASSERT(is_idle_vcpu(v)); in startup_cpu_idle_loop()
A Dmm.c522 new_cr4 = (is_pv_vcpu(v) && !is_idle_vcpu(v)) in write_ptbase()
/xen/xen/include/asm-x86/
A Devent.h27 ASSERT(!is_idle_vcpu(v)); in local_events_need_delivery()
/xen/xen/arch/arm/
A Ddomain.c98 if ( is_idle_vcpu(p) ) in ctxt_switch_from()
182 if ( is_idle_vcpu(n) ) in ctxt_switch_to()
335 if ( is_idle_vcpu(current) ) in continue_new_vcpu()
495 ASSERT(is_idle_vcpu(v)); in startup_cpu_idle_loop()
577 if ( is_idle_vcpu(v) ) in arch_vcpu_create()
A Dgic.c76 ASSERT(!is_idle_vcpu(v)); in gic_save_state()
90 ASSERT(!is_idle_vcpu(v)); in gic_restore_state()
A Dvtimer.c139 ASSERT(!is_idle_vcpu(v)); in virt_timer_save()
154 ASSERT(!is_idle_vcpu(v)); in virt_timer_restore()
A Dtime.c258 if ( unlikely(is_idle_vcpu(current)) ) in vtimer_interrupt()
A Dgic-vgic.c261 if ( is_idle_vcpu(v) ) in vgic_sync_from_lrs()
A Dp2m.c123 if ( is_idle_vcpu(n) ) in p2m_restore_state()
/xen/xen/common/
A Dstop_machine.c83 BUG_ON(!is_idle_vcpu(current)); in stop_machine_run()
A Dkeyhandler.c148 if ( !is_idle_vcpu(current) ) in dump_execstate()
/xen/xen/common/efi/
A Druntime.c103 if ( is_pv_vcpu(current) && !is_idle_vcpu(current) ) in efi_rs_enter()
126 if ( is_pv_vcpu(curr) && !is_idle_vcpu(curr) ) in efi_rs_leave()
/xen/xen/common/sched/
A Dcore.c239 if ( is_idle_vcpu(v) ) in vcpu_urgent_count_update()
276 if ( !is_idle_vcpu(v) ) in vcpu_runstate_change()
321 unit = is_idle_vcpu(v) ? get_sched_res(v->processor)->sched_unit_idle in vcpu_runstate_get()
2155 if ( is_idle_vcpu(vnext) ) in sched_switch_units()
2291 if ( is_idle_vcpu(vprev) && vprev != vnext ) in sched_context_switched()
2361 if ( is_idle_vcpu(vprev) ) in sched_force_context_switch()
2379 if ( is_idle_vcpu(vprev) ) in sched_force_context_switch()
A Dprivate.h81 return is_idle_vcpu(unit->vcpu_list); in is_idle_unit()
A Dcpupool.c674 ASSERT(is_idle_vcpu(current)); in cpupool_cpu_remove()
/xen/xen/include/xen/
A Dsched.h556 #define is_idle_vcpu(v) (is_idle_domain((v)->domain)) macro
778 (!is_idle_vcpu(current) && local_events_need_delivery()) \
/xen/xen/arch/x86/acpi/
A Dpower.c206 BUG_ON(!is_idle_vcpu(current)); in enter_state()
/xen/xen/arch/x86/cpu/
A Dintel.c163 if (next && is_pv_vcpu(next) && !is_idle_vcpu(next) && in intel_ctxt_switch_masking()
A Damd.c227 if (next && is_pv_vcpu(next) && !is_idle_vcpu(next) && in amd_ctxt_switch_masking()
/xen/xen/arch/x86/x86_64/
A Dtraps.c72 if ( v && !is_idle_vcpu(v) ) in _show_registers()

Completed in 55 milliseconds