Searched refs:TSSDescriptor (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp69 class TSSDescriptor : public Descriptor { class in inherits:Descriptor
71 inline TSSDescriptor(uintptr_t base, size_t limit);
98 const TSSDescriptor& tss);
207 TSSDescriptor::TSSDescriptor(uintptr_t base, size_t limit) function in class:TSSDescriptor
221 TSSDescriptor::LoadTSS(unsigned index)
270 GlobalDescriptorTable::SetTSS(unsigned cpu, const TSSDescriptor& tss)
402 TSSDescriptor(uintptr_t(&gCPU[cpu].arch.tss), sizeof(struct tss)));
403 TSSDescriptor::LoadTSS(tssIndex);

Completed in 42 milliseconds