Searched refs:x86_tss (Results 1 – 6 of 6) sorted by relevance
252 struct x86_hw_tss x86_tss; member552 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) \
236 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()
51 .x86_tss = {
72 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main()
59 DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - in foo()
1189 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()