Home
last modified time | relevance | path

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

/arch/x86/kernel/
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()
Dprocess_64.c251 savesegment(fs, task->thread.fsindex); in save_fsgs()
252 savesegment(gs, task->thread.gsindex); in save_fsgs()
605 savesegment(es, prev->es); in __switch_to()
609 savesegment(ds, prev->ds); in __switch_to()
653 savesegment(ss, ss_sel); in __switch_to()
Dprocess_32.c69 savesegment(gs, gs); in __show_regs()
Dldt.c125 savesegment(ds, sel); in refresh_ldt_segments()
129 savesegment(es, sel); in refresh_ldt_segments()
Dprocess.c145 savesegment(es, p->thread.es); in copy_thread()
146 savesegment(ds, p->thread.ds); in copy_thread()
Dapm_32.c550 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
/arch/x86/include/asm/
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))
Delf.h148 savesegment(gs, pr_reg[10]); \
/arch/x86/power/
Dcpu.c105 savesegment(gs, ctxt->gs); in __save_processor_state()
107 savesegment(fs, ctxt->fs); in __save_processor_state()
108 savesegment(ds, ctxt->ds); in __save_processor_state()
109 savesegment(es, ctxt->es); in __save_processor_state()
/arch/x86/ia32/
Dia32_signal.c43 savesegment(gs, cur); in reload_segments()
46 savesegment(fs, cur); in reload_segments()
49 savesegment(ds, cur); in reload_segments()
52 savesegment(es, cur); in reload_segments()
155 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
/arch/x86/lib/
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()
/arch/x86/platform/efi/
Defi_64.c487 savesegment(ds, __ds); \
488 savesegment(es, __es); \
/arch/x86/kernel/fpu/
Dregset.c266 savesegment(ds, env->fos); in __convert_from_fxsr()
/arch/x86/kvm/vmx/
Dvmx.c1216 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1217 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1227 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1228 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1235 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1236 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()