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

/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Ddescriptor.h87 uintptr_t gdt_get(void);
/fuchsia/zircon/kernel/arch/x86/
H A Ddescriptor.cpp168 gdt_load(gdt_get());
171 uintptr_t gdt_get(void) { function
H A Dmp.cpp124 gdt_load(gdt_get());
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp487 vmcs.Write(VmcsFieldXX::HOST_GDTR_BASE, reinterpret_cast<uint64_t>(gdt_get()));

Completed in 22 milliseconds