Searched refs:gdt_idt_descr (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/boot/platform/bios_ia32/
H A Dinterrupts.h17 struct gdt_idt_descr { struct
H A Dinterrupts.cpp89 static gdt_idt_descr sBIOSIDTDescriptor;
90 static gdt_idt_descr sDebugIDTDescriptor = { sizeof(sDebugIDT) - 1, sDebugIDT };
106 set_idt(const gdt_idt_descr& idtDescriptor)
H A Dstart.cpp104 struct gdt_idt_descr gdt_descr;
H A Dmmu.cpp573 struct gdt_idt_descr gdtDescriptor;
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp19 struct gdt_idt_descr { struct
26 struct gdt_idt_descr *);
31 addr_t kernelEntry, addr_t kernelStackTop, struct gdt_idt_descr *gdtDescriptor);
34 extern void arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor);
57 gdt_idt_descr bootGDTDescriptor;
H A Darch_mmu.cpp46 struct gdt_idt_descr { struct
95 arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor)
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp419 struct gdt_idt_descr idtDescriptor;
450 struct gdt_idt_descr gdtDescriptor;
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp420 struct gdt_idt_descr idtDescriptor;
451 struct gdt_idt_descr gdtDescriptor;
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp419 struct gdt_idt_descr idtDescriptor;
450 struct gdt_idt_descr gdtDescriptor;

Completed in 150 milliseconds