Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
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()
Dprocess_32.c66 savesegment(gs, gs); in __show_regs()
176 savesegment(gs, prev->gs); in __switch_to()
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; })
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()
Dprocess.c188 savesegment(es, p->thread.es); in copy_thread()
189 savesegment(ds, p->thread.ds); in copy_thread()
195 savesegment(gs, p->thread.gs); in copy_thread()
Dldt.c125 savesegment(ds, sel); in refresh_ldt_segments()
129 savesegment(es, sel); in refresh_ldt_segments()
Dapm_32.c551 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
Dvm86_32.c328 savesegment(gs, vm86->regs32.gs); in do_sys_vm86()
Dptrace.c193 savesegment(gs, retval); in get_segment_reg()
/linux-6.12.1/arch/x86/power/
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.12.1/arch/x86/lib/
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.12.1/arch/x86/include/asm/
Dsegment.h350 #define savesegment(seg, value) \ macro
Delf.h132 savesegment(gs, pr_reg[10]); \
/linux-6.12.1/arch/x86/platform/efi/
Defi_64.c517 savesegment(ds, __ds); \
518 savesegment(es, __es); \
/linux-6.12.1/arch/x86/math-emu/
Dget_address.c156 savesegment(gs, addr->selector); in pm_address()
/linux-6.12.1/arch/x86/kernel/fpu/
Dregset.c351 savesegment(ds, env->fos); in __convert_from_fxsr()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c1325 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1326 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1336 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1337 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1344 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1345 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()