Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dasm-offsets_64.c62 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main()
63 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in main()
Ddoublefault.c52 .x86_tss = {
Dasm-offsets_32.c52 DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - in foo()
Dprocess.c43 .x86_tss = {
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h291 struct x86_hw_tss x86_tss; member
443 tss->x86_tss.sp0 = thread->sp0; in native_load_sp0()
446 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) { in native_load_sp0()
447 tss->x86_tss.ss1 = thread->sysenter_cs; in native_load_sp0()
463 return this_cpu_read_stable(cpu_tss.x86_tss.sp0); in current_top_of_stack()
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c1006 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
1007 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
1390 oist->ist[v] = t->x86_tss.ist[v] = in cpu_init()
1397 t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); in cpu_init()
1465 t->x86_tss.io_bitmap_base = offsetof(struct tss_struct, io_bitmap); in cpu_init()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1074 tss->x86_tss.sp0 = thread->sp0; in lguest_load_sp0()
/linux-4.4.14/arch/x86/xen/
Denlighten.c961 tss->x86_tss.sp0 = thread->sp0; in xen_load_sp0()