Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomain.c1579 static inline bool need_full_gdt(const struct domain *d) in need_full_gdt() function
1634 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