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

/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Ddescriptor.h62 void set_global_desc_64(seg_sel_t sel, uint64_t base, uint32_t limit,
/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);
79 void set_global_desc_64(seg_sel_t sel, uint64_t base, uint32_t limit, function

Completed in 27 milliseconds