Searched refs:x86_tss (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | asm-offsets_64.c | 83 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main() 84 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in main()
|
D | doublefault.c | 52 .x86_tss = {
|
D | asm-offsets_32.c | 70 DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - in foo()
|
D | process.c | 42 .x86_tss = {
|
/linux-4.1.27/arch/x86/include/asm/ |
D | processor.h | 286 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/ |
D | common.c | 1021 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/ |
D | boot.c | 1079 tss->x86_tss.sp0 = thread->sp0; in lguest_load_sp0()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 959 tss->x86_tss.sp0 = thread->sp0; in xen_load_sp0()
|