Home
last modified time | relevance | path

Searched defs:tss (Results 1 – 16 of 16) sorted by relevance

/arch/x86/kernel/
Dioport.c26 struct tss_struct *tss; in sys_ioperm() local
Ddoublefault.c22 unsigned long gdt, tss; in doublefault_fn() local
Dprocess.c96 struct tss_struct *tss = &per_cpu(cpu_tss, get_cpu()); in exit_thread() local
183 struct tss_struct *tss) in __switch_to_xtra()
Dprocess_32.c234 struct tss_struct *tss = &per_cpu(cpu_tss, cpu); in __switch_to() local
Dvm86_32.c95 struct tss_struct *tss; in save_v86_state() local
234 struct tss_struct *tss; in do_sys_vm86() local
Dprocess_64.c392 struct tss_struct *tss = &per_cpu(cpu_tss, cpu); in __switch_to() local
/arch/x86/include/asm/
Dsuspend_32.h22 u16 tss; member
Dsuspend_64.h35 u16 tss; member
Dprocessor.h468 native_load_sp0(struct tss_struct *tss, struct thread_struct *thread) in native_load_sp0()
502 static inline void load_sp0(struct tss_struct *tss, in load_sp0()
Ddesc.h178 tss_desc tss; in __set_tss_desc() local
Dparavirt.h19 static inline void load_sp0(struct tss_struct *tss, in load_sp0()
/arch/x86/power/
Dcpu.c166 tss_desc tss; in fix_processor_context() local
/arch/x86/kernel/cpu/
Dcommon.c1271 struct tss_struct *tss; in enable_sep_cpu() local
/arch/x86/lguest/
Dboot.c1069 static void lguest_load_sp0(struct tss_struct *tss, in lguest_load_sp0()
/arch/x86/kvm/
Demulate.c2959 struct tss_segment_16 *tss) in save_state_to_tss16()
2980 struct tss_segment_16 *tss) in load_state_from_tss16()
3077 struct tss_segment_32 *tss) in save_state_to_tss32()
3100 struct tss_segment_32 *tss) in load_state_from_tss32()
/arch/x86/xen/
Denlighten.c967 static void xen_load_sp0(struct tss_struct *tss, in xen_load_sp0()