Searched refs:boot_gdt (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/boot/
H A Dpm.c69 static const u64 boot_gdt[] __attribute__((aligned(16))) = { local
85 gdt.len = sizeof(boot_gdt)-1;
86 gdt.ptr = (u32)&boot_gdt + (ds() << 4);
/linux-master/arch/x86/include/asm/
H A Drealmode.h75 extern unsigned char boot_gdt[];
/linux-master/arch/x86/realmode/
H A Dinit.c142 trampoline_header->gdt_base = __pa_symbol(boot_gdt);

Completed in 129 milliseconds