Searched refs:savesegment (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 168 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()
|
D | process_32.c | 82 savesegment(ss, ss); in __show_regs() 83 savesegment(gs, gs); in __show_regs()
|
D | dumpstack.c | 287 savesegment(ss, ss); in __die()
|
D | i387.c | 507 savesegment(ds, env->fos); in convert_from_fxsr()
|
D | apm_32.c | 563 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
|
/linux-4.1.27/arch/x86/power/ |
D | cpu.c | 83 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/ |
D | segment.h | 275 #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))
|
D | elf.h | 149 savesegment(gs, pr_reg[10]); \
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_aout.c | 89 savesegment(fs, fs); in dump_thread32() 91 savesegment(gs, gs); in dump_thread32()
|
D | ia32_signal.c | 138 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
|
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 1824 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()
|
D | svm.c | 1314 savesegment(fs, svm->host.fs); in svm_vcpu_load() 1315 savesegment(gs, svm->host.gs); in svm_vcpu_load()
|