boot_gdt          111 arch/x86/boot/pm.c 	static const u64 boot_gdt[] __attribute__((aligned(16))) = {
boot_gdt          127 arch/x86/boot/pm.c 	gdt.len = sizeof(boot_gdt)-1;
boot_gdt          128 arch/x86/boot/pm.c 	gdt.ptr = (u32)&boot_gdt + (ds() << 4);