Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c168 savesegment(gs, p->thread.gsindex); in copy_thread()
170 savesegment(fs, p->thread.fsindex); in copy_thread()
172 savesegment(es, p->thread.es); in copy_thread()
173 savesegment(ds, p->thread.ds); in copy_thread()
290 savesegment(fs, fsindex); in __switch_to()
291 savesegment(gs, gsindex); in __switch_to()
322 savesegment(es, prev->es); in __switch_to()
326 savesegment(ds, prev->ds); in __switch_to()
457 savesegment(ss, ss_sel); in __switch_to()
646 savesegment(gs, gsindex); in do_arch_prctl()
Dprocess_32.c82 savesegment(ss, ss); in __show_regs()
83 savesegment(gs, gs); in __show_regs()
Ddumpstack.c287 savesegment(ss, ss); in __die()
Di387.c507 savesegment(ds, env->fos); in convert_from_fxsr()
Dapm_32.c563 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
/linux-4.1.27/arch/x86/power/
Dcpu.c83 savesegment(es, ctxt->es); in __save_processor_state()
84 savesegment(fs, ctxt->fs); in __save_processor_state()
85 savesegment(gs, ctxt->gs); in __save_processor_state()
86 savesegment(ss, ctxt->ss); in __save_processor_state()
/linux-4.1.27/arch/x86/include/asm/
Dsegment.h275 #define savesegment(seg, value) \ macro
283 # define get_user_gs(regs) (u16)({ unsigned long v; savesegment(gs, v); v; })
286 # define lazy_save_gs(v) savesegment(gs, (v))
Delf.h149 savesegment(gs, pr_reg[10]); \
/linux-4.1.27/arch/x86/ia32/
Dia32_aout.c89 savesegment(fs, fs); in dump_thread32()
91 savesegment(gs, gs); in dump_thread32()
Dia32_signal.c138 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
/linux-4.1.27/arch/x86/kvm/
Dvmx.c1824 savesegment(fs, vmx->host_state.fs_sel); in vmx_save_host_state()
1832 savesegment(gs, vmx->host_state.gs_sel); in vmx_save_host_state()
1841 savesegment(ds, vmx->host_state.ds_sel); in vmx_save_host_state()
1842 savesegment(es, vmx->host_state.es_sel); in vmx_save_host_state()
Dsvm.c1314 savesegment(fs, svm->host.fs); in svm_vcpu_load()
1315 savesegment(gs, svm->host.gs); in svm_vcpu_load()