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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 83 milliseconds