Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dasm-offsets_64.c83 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main()
84 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in main()
Ddoublefault.c52 .x86_tss = {
Dasm-offsets_32.c70 DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - in foo()
Dprocess.c42 .x86_tss = {
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h286 struct x86_hw_tss x86_tss; member
571 tss->x86_tss.sp0 = thread->sp0; in native_load_sp0()
574 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) { in native_load_sp0()
575 tss->x86_tss.ss1 = thread->sysenter_cs; in native_load_sp0()
591 return this_cpu_read_stable(cpu_tss.x86_tss.sp0); in current_top_of_stack()
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1021 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
1022 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
1412 oist->ist[v] = t->x86_tss.ist[v] = in cpu_init()
1419 t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); in cpu_init()
1487 t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); in cpu_init()
/linux-4.1.27/arch/x86/lguest/
Dboot.c1079 tss->x86_tss.sp0 = thread->sp0; in lguest_load_sp0()
/linux-4.1.27/arch/x86/xen/
Denlighten.c959 tss->x86_tss.sp0 = thread->sp0; in xen_load_sp0()