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

/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dtrampoline.c22 .gdt = GDT_ENTRIES,
47 .base = trampoline->gdt,
48 .limit = sizeof(trampoline->gdt) - 1,
52 // Otherwise it might conclude that only gdt and ljmp are used.
H A Dtrampoline.h38 alignas(8) uint64_t gdt[ member in struct:trampoline
/fuchsia/zircon/kernel/arch/x86/
H A Ddescriptor.cpp35 static uintptr_t gdt = (uintptr_t)_temp_gdt; variable
75 struct task_desc* desc = (struct task_desc*)(gdt + index * 8);
125 // for x86_64 index is still in units of 8 bytes into the gdt table
126 struct seg_desc_64* g = (struct seg_desc_64*)(gdt + index * 8);
160 /*vmo_offset*/0u, mmu_flags, "gdt", &mapping);
167 gdt = mapping->base();
172 return gdt;
H A Dgdt.S13 .section .rodata.gdt,"a",%progbits
H A Drules.mk51 $(LOCAL_DIR)/gdt.S \

Completed in 30 milliseconds