Home
last modified time | relevance | path

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

/arch/x86/kernel/
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()
A Dprocess_32.c66 savesegment(gs, gs); in __show_regs()
175 savesegment(gs, prev->gs); in __switch_to()
A Dsignal_32.c72 savesegment(gs, cur); in reload_segments()
75 savesegment(fs, cur); in reload_segments()
79 savesegment(ds, cur); in reload_segments()
82 savesegment(es, cur); in reload_segments()
208 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
A Dprocess_64.c277 savesegment(fs, task->thread.fsindex); in save_fsgs()
278 savesegment(gs, task->thread.gsindex); in save_fsgs()
656 savesegment(es, prev->es); in __switch_to()
660 savesegment(ds, prev->ds); in __switch_to()
702 savesegment(ss, ss_sel); in __switch_to()
A Dprocess.c190 savesegment(es, p->thread.es); in copy_thread()
191 savesegment(ds, p->thread.ds); in copy_thread()
197 savesegment(gs, p->thread.gs); in copy_thread()
A Dldt.c125 savesegment(ds, sel); in refresh_ldt_segments()
129 savesegment(es, sel); in refresh_ldt_segments()
A Dapm_32.c551 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
A Dvm86_32.c327 savesegment(gs, vm86->regs32.gs); in do_sys_vm86()
A Dptrace.c193 savesegment(gs, retval); in get_segment_reg()
/arch/x86/power/
A Dcpu.c108 savesegment(gs, ctxt->gs); in __save_processor_state()
110 savesegment(fs, ctxt->fs); in __save_processor_state()
111 savesegment(ds, ctxt->ds); in __save_processor_state()
112 savesegment(es, ctxt->es); in __save_processor_state()
/arch/x86/lib/
A Dinsn-eval.c357 savesegment(ds, sel); in get_segment_selector()
360 savesegment(es, sel); in get_segment_selector()
363 savesegment(fs, sel); in get_segment_selector()
366 savesegment(gs, sel); in get_segment_selector()
406 savesegment(gs, sel); in get_segment_selector()
/arch/x86/include/asm/
A Dsegment.h350 #define savesegment(seg, value) \ macro
A Delf.h129 savesegment(gs, pr_reg[10]); \
/arch/x86/platform/efi/
A Defi_64.c473 savesegment(ds, __ds); \
474 savesegment(es, __es); \
/arch/x86/math-emu/
A Dget_address.c156 savesegment(gs, addr->selector); in pm_address()
/arch/x86/kernel/fpu/
A Dregset.c352 savesegment(ds, env->fos); in __convert_from_fxsr()
/arch/x86/kvm/vmx/
A Dvmx.c1278 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1279 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1289 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1290 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1297 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1298 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()

Completed in 51 milliseconds