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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_support.c34 unsigned long *ia32_boot_gdt; variable
50 limit = IA32_PAGE_SIZE / sizeof(ia32_boot_gdt[0]);
154 memcpy(cpu_gdt_table[cpu], ia32_boot_gdt, PAGE_SIZE);
170 ia32_boot_gdt = page_address(ia32_shared_page[0]);
171 cpu_gdt_table[0] = ia32_boot_gdt;
174 ia32_boot_gdt[__USER_CS >> 3]
179 ia32_boot_gdt[__USER_DS >> 3]
184 ia32_boot_gdt[TSS_ENTRY] = IA32_SEG_DESCRIPTOR(IA32_TSS_OFFSET, 235,
186 ia32_boot_gdt[LDT_ENTRY] = IA32_SEG_DESCRIPTOR(IA32_LDT_OFFSET, ldt_size - 1,

Completed in 91 milliseconds