Searched refs:nextd (Results 1 – 4 of 4) sorted by relevance
150 const struct domain *nextd = next ? next->domain : NULL; in intel_ctxt_switch_masking() local152 (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()
172 const struct domain *nextd = next ? next->domain : NULL; in ctxt_switch_levelling() local179 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()
214 const struct domain *nextd = next ? next->domain : NULL; in amd_ctxt_switch_masking() local216 (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()
1766 const struct domain *prevd = prev->domain, *nextd = next->domain; in context_switch() local1794 (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