Home
last modified time | relevance | path

Searched refs:savesegment (Results 1 – 14 of 14) sorted by relevance

/linux/arch/x86/kernel/
A Dtls.c156 savesegment(ds, sel); in do_set_thread_area()
160 savesegment(es, sel); in do_set_thread_area()
164 savesegment(fs, sel); in do_set_thread_area()
169 savesegment(gs, sel); in do_set_thread_area()
A Dprocess_64.c251 savesegment(fs, task->thread.fsindex); in save_fsgs()
252 savesegment(gs, task->thread.gsindex); in save_fsgs()
604 savesegment(es, prev->es); in __switch_to()
608 savesegment(ds, prev->ds); in __switch_to()
652 savesegment(ss, ss_sel); in __switch_to()
A Dprocess_32.c69 savesegment(gs, gs); in __show_regs()
A Dldt.c125 savesegment(ds, sel); in refresh_ldt_segments()
129 savesegment(es, sel); in refresh_ldt_segments()
A Dprocess.c159 savesegment(es, p->thread.es); in copy_thread()
160 savesegment(ds, p->thread.ds); in copy_thread()
A Dapm_32.c556 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
/linux/arch/x86/include/asm/
A Dsegment.h356 #define savesegment(seg, value) \ macro
363 # define get_user_gs(regs) (u16)({ unsigned long v; savesegment(gs, v); v; })
366 # define lazy_save_gs(v) savesegment(gs, (v))
A Delf.h148 savesegment(gs, pr_reg[10]); \
/linux/arch/x86/power/
A Dcpu.c103 savesegment(gs, ctxt->gs); in __save_processor_state()
105 savesegment(fs, ctxt->fs); in __save_processor_state()
106 savesegment(ds, ctxt->ds); in __save_processor_state()
107 savesegment(es, ctxt->es); in __save_processor_state()
/linux/arch/x86/ia32/
A Dia32_signal.c42 savesegment(gs, cur); in reload_segments()
45 savesegment(fs, cur); in reload_segments()
48 savesegment(ds, cur); in reload_segments()
51 savesegment(es, cur); in reload_segments()
154 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
/linux/arch/x86/lib/
A Dinsn-eval.c358 savesegment(ds, sel); in get_segment_selector()
361 savesegment(es, sel); in get_segment_selector()
364 savesegment(fs, sel); in get_segment_selector()
367 savesegment(gs, sel); in get_segment_selector()
/linux/arch/x86/platform/efi/
A Defi_64.c488 savesegment(ds, __ds); \
489 savesegment(es, __es); \
/linux/arch/x86/kernel/fpu/
A Dregset.c271 savesegment(ds, env->fos); in __convert_from_fxsr()
/linux/arch/x86/kvm/vmx/
A Dvmx.c1146 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1147 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1157 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1158 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1165 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1166 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()

Completed in 34 milliseconds