Searched refs:nextd (Results 1 – 4 of 4) sorted by relevance
123 const struct domain *nextd = next ? next->domain : NULL; in intel_ctxt_switch_masking() local125 (nextd && is_pv_domain(nextd) && nextd->arch.pv_domain.cpuidmasks) in intel_ctxt_switch_masking()126 ? nextd->arch.pv_domain.cpuidmasks : &cpuidmask_defaults; in intel_ctxt_switch_masking()
209 const struct domain *nextd = next ? next->domain : NULL; in amd_ctxt_switch_masking() local211 (nextd && is_pv_domain(nextd) && nextd->arch.pv_domain.cpuidmasks) in amd_ctxt_switch_masking()212 ? nextd->arch.pv_domain.cpuidmasks : &cpuidmask_defaults; in amd_ctxt_switch_masking()
155 const struct domain *nextd = next ? next->domain : NULL; in ctxt_switch_levelling() local162 if (nextd && is_idle_domain(nextd)) in ctxt_switch_levelling()180 set_cpuid_faulting(nextd && !is_control_domain(nextd) && in ctxt_switch_levelling()181 (is_pv_domain(nextd) || in ctxt_switch_levelling()
1674 const struct domain *prevd = prev->domain, *nextd = next->domain; in context_switch() local1704 (is_idle_domain(nextd) && cpu_online(cpu)) ) in context_switch()1712 if ( is_pv_domain(nextd) && in context_switch()1715 is_pv_32bit_domain(prevd) != is_pv_32bit_domain(nextd)) ) in context_switch()1725 if ( is_pv_domain(nextd) ) in context_switch()1753 nextd->arch.ctxt_switch->tail(next); in context_switch()
Completed in 10 milliseconds