Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtls.c157 savesegment(ds, sel); in do_set_thread_area()
161 savesegment(es, sel); in do_set_thread_area()
165 savesegment(fs, sel); in do_set_thread_area()
170 savesegment(gs, sel); in do_set_thread_area()
H A Dsignal_32.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()
180 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
H A Dprocess_32.c66 savesegment(gs, gs); in __show_regs()
176 savesegment(gs, prev->gs); in __switch_to()
H A Dprocess_64.c276 savesegment(fs, task->thread.fsindex); in save_fsgs()
277 savesegment(gs, task->thread.gsindex); in save_fsgs()
656 savesegment(es, prev->es); in __switch_to()
660 savesegment(ds, prev->ds); in __switch_to()
704 savesegment(ss, ss_sel); in __switch_to()
H A Dldt.c125 savesegment(ds, sel); in refresh_ldt_segments()
129 savesegment(es, sel); in refresh_ldt_segments()
H A Dapm_32.c551 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
H A Dvm86_32.c327 savesegment(gs, vm86->regs32.gs); in do_sys_vm86()
H A Dptrace.c193 savesegment(gs, retval); in get_segment_reg()
/linux/arch/x86/power/
H A Dcpu.c106 savesegment(gs, ctxt->gs); in __save_processor_state()
108 savesegment(fs, ctxt->fs); in __save_processor_state()
109 savesegment(ds, ctxt->ds); in __save_processor_state()
110 savesegment(es, ctxt->es); in __save_processor_state()
/linux/arch/x86/lib/
H A Dinsn-eval.c356 savesegment(ds, sel); in get_segment_selector()
359 savesegment(es, sel); in get_segment_selector()
362 savesegment(fs, sel); in get_segment_selector()
365 savesegment(gs, sel); in get_segment_selector()
405 savesegment(gs, sel); in get_segment_selector()
/linux/arch/x86/include/asm/
H A Dsegment.h350 #define savesegment(seg, value) \ macro
H A Delf.h132 savesegment(gs, pr_reg[10]); \
/linux/arch/x86/math-emu/
H A Dget_address.c156 savesegment(gs, addr->selector); in pm_address()
/linux/arch/x86/kernel/fpu/
H A Dregset.c352 savesegment(ds, env->fos); in __convert_from_fxsr()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1324 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1325 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1335 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1336 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1343 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1344 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()