Home
last modified time | relevance | path

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

/linux-6.1.9/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_32.c66 savesegment(gs, gs); in __show_regs()
177 savesegment(gs, prev->gs); in __switch_to()
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.c162 savesegment(es, p->thread.es); in copy_thread()
163 savesegment(ds, p->thread.ds); in copy_thread()
166 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.c557 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
Dvm86_32.c328 savesegment(gs, vm86->regs32.gs); in do_sys_vm86()
Dsignal.c150 savesegment(gs, gs); in __unsafe_setup_sigcontext()
Dptrace.c173 savesegment(gs, retval); in get_segment_reg()
/linux-6.1.9/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()
/linux-6.1.9/arch/x86/ia32/
Dia32_signal.c42 savesegment(gs, cur); in reload_segments()
45 savesegment(fs, cur); in reload_segments()
48 savesegment(ds, cur); in reload_segments()
51 savesegment(es, cur); in reload_segments()
154 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
/linux-6.1.9/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.1.9/arch/x86/include/asm/
Dsegment.h350 #define savesegment(seg, value) \ macro
Delf.h131 savesegment(gs, pr_reg[10]); \
/linux-6.1.9/arch/x86/platform/efi/
Defi_64.c496 savesegment(ds, __ds); \
497 savesegment(es, __es); \
/linux-6.1.9/arch/x86/math-emu/
Dget_address.c156 savesegment(gs, addr->selector); in pm_address()
/linux-6.1.9/arch/x86/kernel/fpu/
Dregset.c270 savesegment(ds, env->fos); in __convert_from_fxsr()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c1232 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1233 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1243 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1244 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
1251 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest()
1252 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()