GlobalDescriptorTable
static GlobalDescriptorTable sGDT;
GlobalDescriptorTable::GlobalDescriptorTable()
GlobalDescriptorTable::Load() const
GlobalDescriptorTable::SetTSS(unsigned cpu, const TSSDescriptor& tss)
GlobalDescriptorTable::SetUserTLS(unsigned cpu, uintptr_t base, size_t limit)
new(&sGDT) GlobalDescriptorTable;
constexpr GlobalDescriptorTable();