Home
last modified time | relevance | path

Searched refs:is_idle_domain (Results 1 – 11 of 11) sorted by relevance

/xen/xen/arch/x86/
A Ddomain.c380 if ( !is_idle_domain(d) ) in arch_vcpu_create()
401 else if ( !is_idle_domain(d) ) in arch_vcpu_create()
414 if ( !is_idle_domain(v->domain) ) in arch_vcpu_create()
528 if ( unlikely(is_idle_domain(d)) ) in arch_domain_create()
681 if ( !is_idle_domain(d) ) in arch_domain_destroy()
1656 return is_pv_domain(d) && !is_idle_domain(d); in need_full_gdt()
1701 if ( !is_idle_domain(pd) ) in __context_switch()
1718 if ( !is_idle_domain(nd) ) in __context_switch()
1749 !is_idle_domain(nd) ) in __context_switch()
1794 (is_idle_domain(nextd) && cpu_online(cpu)) ) in context_switch()
[all …]
A Dtboot.c229 if ( !is_idle_domain(d) ) in tboot_gen_domain_integrity()
/xen/xen/common/
A Ddomain.c150 (!is_idle_domain(d) && vcpu_id && !d->vcpu[vcpu_id - 1]) ) in vcpu_create()
169 if ( is_idle_domain(d) ) in vcpu_create()
437 if ( is_system_domain(d) && !is_idle_domain(d) ) in domain_create()
440 if ( !is_idle_domain(d) ) in domain_create()
456 if ( !is_idle_domain(d) ) in domain_create()
A Dlivepatch.c1640 !is_idle_domain(current->sched_unit->domain) ) in check_for_livepatch_work()
/xen/xen/include/xen/
A Dsched.h555 #define is_idle_domain(d) ((d)->domain_id == DOMID_IDLE) macro
556 #define is_idle_vcpu(v) (is_idle_domain((v)->domain))
/xen/xen/common/sched/
A Dcore.c173 ASSERT(is_idle_domain(d)); in dom_scheduler()
196 ASSERT(is_idle_domain(d)); in unit_scheduler()
524 ASSERT(!is_idle_domain(d)); in sched_select_initial_cpu()
543 if ( is_idle_domain(d) ) in sched_init_vcpu()
578 if ( is_idle_domain(d) || (is_hardware_domain(d) && opt_dom0_vcpus_pin) ) in sched_init_vcpu()
584 if ( is_idle_domain(d) ) in sched_init_vcpu()
A Dcredit.c1410 BUG_ON( is_idle_domain(sdom->dom) ); in csched_acct()
/xen/xen/arch/x86/pv/
A Ddomain.c297 ASSERT(!is_idle_domain(d)); in pv_vcpu_initialise()
/xen/xen/arch/x86/cpu/
A Dcommon.c179 if (nextd && is_idle_domain(nextd)) in ctxt_switch_levelling()
/xen/xen/arch/arm/
A Ddomain.c692 if ( is_idle_domain(d) ) in arch_domain_create()
/xen/xen/xsm/flask/
A Dhooks.c506 if ( is_idle_domain(current->domain) && !dom0_created ) in flask_domain_create()

Completed in 33 milliseconds