Searched refs:bootGDTDescriptor (Results 1 – 2 of 2) sorted by relevance
34 extern void arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor);57 gdt_idt_descr bootGDTDescriptor; in arch_start_kernel() local58 arch_mmu_init_gdt(bootGDTDescriptor); in arch_start_kernel()171 (uint32_t)&bootGDTDescriptor); in arch_start_kernel()175 &bootGDTDescriptor); in arch_start_kernel()
95 arch_mmu_init_gdt(gdt_idt_descr &bootGDTDescriptor) in arch_mmu_init_gdt() argument133 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()