Searched refs:savesegment (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/arch/x86/kernel/ |
| D | process_64.c | 169 savesegment(gs, p->thread.gsindex); in copy_thread_tls() 171 savesegment(fs, p->thread.fsindex); in copy_thread_tls() 173 savesegment(es, p->thread.es); in copy_thread_tls() 174 savesegment(ds, p->thread.ds); in copy_thread_tls() 293 savesegment(fs, fsindex); in __switch_to() 294 savesegment(gs, gsindex); in __switch_to() 325 savesegment(es, prev->es); in __switch_to() 329 savesegment(ds, prev->ds); in __switch_to() 449 savesegment(ss, ss_sel); in __switch_to() 582 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 | apm_32.c | 563 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
|
| /linux-4.4.14/arch/x86/power/ |
| D | cpu.c | 82 savesegment(es, ctxt->es); in __save_processor_state() 83 savesegment(fs, ctxt->fs); in __save_processor_state() 84 savesegment(gs, ctxt->gs); in __save_processor_state() 85 savesegment(ss, ctxt->ss); in __save_processor_state()
|
| /linux-4.4.14/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.4.14/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 | 45 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
|
| /linux-4.4.14/arch/x86/kernel/fpu/ |
| D | regset.c | 225 savesegment(ds, env->fos); in convert_from_fxsr()
|
| /linux-4.4.14/arch/x86/kvm/ |
| D | vmx.c | 1898 savesegment(fs, vmx->host_state.fs_sel); in vmx_save_host_state() 1906 savesegment(gs, vmx->host_state.gs_sel); in vmx_save_host_state() 1915 savesegment(ds, vmx->host_state.ds_sel); in vmx_save_host_state() 1916 savesegment(es, vmx->host_state.es_sel); in vmx_save_host_state()
|
| D | svm.c | 1227 savesegment(fs, svm->host.fs); in svm_vcpu_load() 1228 savesegment(gs, svm->host.gs); in svm_vcpu_load()
|