Searched refs:x86_tss (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/arch/x86/kernel/ |
| D | asm-offsets_64.c | 62 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main() 63 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in main()
|
| D | doublefault.c | 52 .x86_tss = {
|
| D | asm-offsets_32.c | 52 DEFINE(TSS_sysenter_sp0, offsetof(struct tss_struct, x86_tss.sp0) - in foo()
|
| D | process.c | 43 .x86_tss = {
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | processor.h | 291 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/ |
| D | common.c | 1006 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/ |
| D | boot.c | 1074 tss->x86_tss.sp0 = thread->sp0; in lguest_load_sp0()
|
| /linux-4.4.14/arch/x86/xen/ |
| D | enlighten.c | 961 tss->x86_tss.sp0 = thread->sp0; in xen_load_sp0()
|