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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dpm.c70 static const u64 boot_gdt[] __attribute__((aligned(16))) = { local
86 gdt.len = sizeof(boot_gdt)-1;
87 gdt.ptr = (u32)&boot_gdt + (ds() << 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_32.S27 * R_386_32 boot_gdt
69 .long boot_gdt - __PAGE_OFFSET # gdt base
H A Dhead_32.S267 * we know the trampoline has already loaded the boot_gdt for us.
700 .long boot_gdt - __PAGE_OFFSET
714 * The boot_gdt must mirror the equivalent in setup.S and is
718 ENTRY(boot_gdt)

Completed in 107 milliseconds