Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
177 savesegment(gs, prev->gs); in __switch_to()
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; })
A 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()
A Dprocess.c163 savesegment(es, p->thread.es); in copy_thread()
164 savesegment(ds, p->thread.ds); in copy_thread()
167 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.c557 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
A Dvm86_32.c328 savesegment(gs, vm86->regs32.gs); in do_sys_vm86()
A Dptrace.c192 savesegment(gs, retval); in get_segment_reg()
/linux-6.3-rc2/arch/x86/power/
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-6.3-rc2/arch/x86/lib/
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-6.3-rc2/arch/x86/include/asm/
A Dsegment.h350 #define savesegment(seg, value) \ macro
A Delf.h131 savesegment(gs, pr_reg[10]); \
/linux-6.3-rc2/arch/x86/platform/efi/
A Defi_64.c502 savesegment(ds, __ds); \
503 savesegment(es, __es); \
/linux-6.3-rc2/arch/x86/math-emu/
A Dget_address.c156 savesegment(gs, addr->selector); in pm_address()
/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dregset.c270 savesegment(ds, env->fos); in __convert_from_fxsr()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c1300 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1301 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1311 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1312 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1319 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1320 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()

Completed in 39 milliseconds