Home
last modified time | relevance | path

Searched refs:nextd (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/cpu/
A Dintel.c150 const struct domain *nextd = next ? next->domain : NULL; in intel_ctxt_switch_masking() local
152 (nextd && is_pv_domain(nextd) && nextd->arch.pv.cpuidmasks) in intel_ctxt_switch_masking()
153 ? nextd->arch.pv.cpuidmasks : &cpuidmask_defaults; in intel_ctxt_switch_masking()
A Dcommon.c172 const struct domain *nextd = next ? next->domain : NULL; in ctxt_switch_levelling() local
179 if (nextd && is_idle_domain(nextd)) in ctxt_switch_levelling()
195 set_cpuid_faulting(nextd && (opt_dom0_cpuid_faulting || in ctxt_switch_levelling()
196 !is_control_domain(nextd) || in ctxt_switch_levelling()
197 !is_pv_domain(nextd)) && in ctxt_switch_levelling()
198 (is_pv_domain(nextd) || in ctxt_switch_levelling()
A Damd.c214 const struct domain *nextd = next ? next->domain : NULL; in amd_ctxt_switch_masking() local
216 (nextd && is_pv_domain(nextd) && nextd->arch.pv.cpuidmasks) in amd_ctxt_switch_masking()
217 ? nextd->arch.pv.cpuidmasks : &cpuidmask_defaults; in amd_ctxt_switch_masking()
/xen/xen/arch/x86/
A Ddomain.c1766 const struct domain *prevd = prev->domain, *nextd = next->domain; in context_switch() local
1794 (is_idle_domain(nextd) && cpu_online(cpu)) ) in context_switch()
1805 if ( is_pv_domain(nextd) ) in context_switch()
1810 if ( opt_ibpb && !is_idle_domain(nextd) ) in context_switch()
1821 unsigned int next_id = (((unsigned int)nextd->domain_id << 16) | in context_switch()
1849 reset_stack_and_jump_ind(nextd->arch.ctxt_switch->tail); in context_switch()

Completed in 9 milliseconds