Home
last modified time | relevance | path

Searched refs:x86_tss (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dprocessor.h252 struct x86_hw_tss x86_tss; member
552 tss->x86_tss.sp0 = thread->sp0; in native_load_sp0()
555 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) { in native_load_sp0()
556 tss->x86_tss.ss1 = thread->sysenter_cs; in native_load_sp0()
880 .x86_tss = { \
942 .x86_tss.sp0 = (unsigned long)&init_stack + sizeof(init_stack) \
/linux-2.6.39/arch/x86/vdso/
Dvdso32-setup.c236 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
237 tss->x86_tss.sp1 = sizeof(struct tss_struct) + (unsigned long) tss; in enable_sep_cpu()
239 wrmsr(MSR_IA32_SYSENTER_ESP, tss->x86_tss.sp1, 0); in enable_sep_cpu()
/linux-2.6.39/arch/x86/kernel/
Ddoublefault_32.c51 .x86_tss = {
Dasm-offsets_64.c72 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main()
Dasm-offsets_32.c59 DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - in foo()
/linux-2.6.39/arch/x86/kernel/cpu/
Dcommon.c1189 oist->ist[v] = t->x86_tss.ist[v] = in cpu_init()
1194 t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); in cpu_init()
1261 t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); in cpu_init()