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

/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Ddescriptor.h35 #define SEG_TYPE_TSS 0x9 macro
/fuchsia/zircon/kernel/arch/x86/
H A Ddescriptor.cpp51 set_global_desc_64(TSS_SELECTOR(cpu_num), (uintptr_t)tss, sizeof(*tss) - 1, 1, 0, 0, SEG_TYPE_TSS, 0, 0); local

Completed in 59 milliseconds