Home
last modified time | relevance | path

Searched refs:bootGDTDescriptor (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp34 extern void arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor);
57 gdt_idt_descr bootGDTDescriptor; in arch_start_kernel() local
58 arch_mmu_init_gdt(bootGDTDescriptor); in arch_start_kernel()
171 (uint32_t)&bootGDTDescriptor); in arch_start_kernel()
175 &bootGDTDescriptor); in arch_start_kernel()
H A Darch_mmu.cpp95 arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor) in arch_mmu_init_gdt() argument
133 bootGDTDescriptor.limit = BOOT_GDT_SEGMENT_COUNT * sizeof(segment_descriptor); in arch_mmu_init_gdt()
134 bootGDTDescriptor.base = (uint32_t)virtualGDT; in arch_mmu_init_gdt()
140 bootGDTDescriptor.limit, bootGDTDescriptor.base); in arch_mmu_init_gdt()