Symbol: gdt_idt_descr
src/system/boot/arch/m68k/mmu.cpp
419
struct gdt_idt_descr idtDescriptor;
src/system/boot/arch/m68k/mmu.cpp
450
struct gdt_idt_descr gdtDescriptor;
src/system/boot/platform/amiga_m68k/mmu.cpp
419
struct gdt_idt_descr idtDescriptor;
src/system/boot/platform/amiga_m68k/mmu.cpp
450
struct gdt_idt_descr gdtDescriptor;
src/system/boot/platform/atari_m68k/mmu.cpp
420
struct gdt_idt_descr idtDescriptor;
src/system/boot/platform/atari_m68k/mmu.cpp
451
struct gdt_idt_descr gdtDescriptor;
src/system/boot/platform/bios_ia32/interrupts.cpp
106
set_idt(const gdt_idt_descr& idtDescriptor)
src/system/boot/platform/bios_ia32/interrupts.cpp
89
static gdt_idt_descr sBIOSIDTDescriptor;
src/system/boot/platform/bios_ia32/interrupts.cpp
90
static gdt_idt_descr sDebugIDTDescriptor = { sizeof(sDebugIDT) - 1, sDebugIDT };
src/system/boot/platform/bios_ia32/mmu.cpp
591
struct gdt_idt_descr gdtDescriptor;
src/system/boot/platform/bios_ia32/start.cpp
101
struct gdt_idt_descr gdt_descr;
src/system/boot/platform/efi/arch/x86/arch_mmu.cpp
95
arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor)
src/system/boot/platform/efi/arch/x86/arch_start.cpp
26
struct gdt_idt_descr *);
src/system/boot/platform/efi/arch/x86/arch_start.cpp
31
addr_t kernelEntry, addr_t kernelStackTop, struct gdt_idt_descr *gdtDescriptor);
src/system/boot/platform/efi/arch/x86/arch_start.cpp
34
extern void arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor);
src/system/boot/platform/efi/arch/x86/arch_start.cpp
57
gdt_idt_descr bootGDTDescriptor;