Searched refs:need_full_gdt (Results 1 – 1 of 1) sorted by relevance
1579 static inline bool need_full_gdt(const struct domain *d) in need_full_gdt() function1634 if ( need_full_gdt(nd) ) in __context_switch()1645 if ( need_full_gdt(pd) && in __context_switch()1646 ((p->vcpu_id != n->vcpu_id) || !need_full_gdt(nd)) ) in __context_switch()1655 if ( need_full_gdt(nd) && in __context_switch()1656 ((p->vcpu_id != n->vcpu_id) || !need_full_gdt(pd)) ) in __context_switch()
Completed in 5 milliseconds