| /linux/arch/x86/kernel/ ! |
| H A D | process_64.c | 107 savesegment(ds, ds); in __show_regs() 108 savesegment(es, es); in __show_regs() 109 savesegment(fs, fsindex); in __show_regs() 110 savesegment(gs, gsindex); in __show_regs() 278 savesegment(fs, task->thread.fsindex); in save_fsgs() 279 savesegment(gs, task->thread.gsindex); in save_fsgs() 655 savesegment(es, prev->es); in __switch_to() 659 savesegment(ds, prev->ds); in __switch_to() 701 savesegment(ss, ss_sel); in __switch_to()
|
| H A D | tls.c | 159 savesegment(ds, sel); in do_set_thread_area() 163 savesegment(es, sel); in do_set_thread_area() 167 savesegment(fs, sel); in do_set_thread_area() 172 savesegment(gs, sel); in do_set_thread_area()
|
| H A D | signal_32.c | 72 savesegment(gs, cur); in reload_segments() 75 savesegment(fs, cur); in reload_segments() 79 savesegment(ds, cur); in reload_segments() 82 savesegment(es, cur); in reload_segments() 208 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; })
|
| H A D | process_32.c | 66 savesegment(gs, gs); in __show_regs() 175 savesegment(gs, prev->gs); in __switch_to()
|
| H A D | process.c | 200 savesegment(es, p->thread.es); in copy_thread() 201 savesegment(ds, p->thread.ds); in copy_thread() 207 savesegment(gs, p->thread.gs); in copy_thread()
|
| H A D | ldt.c | 125 savesegment(ds, sel); in refresh_ldt_segments() 129 savesegment(es, sel); in refresh_ldt_segments()
|
| H A D | apm_32.c | 550 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
|
| H A D | vm86_32.c | 327 savesegment(gs, vm86->regs32.gs); in do_sys_vm86()
|
| H A D | ptrace.c | 193 savesegment(gs, retval); in get_segment_reg()
|
| /linux/arch/x86/include/asm/ ! |
| H A D | elf.h | 129 savesegment(gs, pr_reg[10]); \ 213 savesegment(ds, (pr_reg)[23]); \ 214 savesegment(es, (pr_reg)[24]); \ 215 savesegment(fs, (pr_reg)[25]); \ 216 savesegment(gs, (pr_reg)[26]); \
|
| H A D | segment.h | 364 #define savesegment(seg, var) ((var) = __savesegment_##seg()) macro
|
| /linux/arch/x86/power/ ! |
| H A D | cpu.c | 108 savesegment(gs, ctxt->gs); in __save_processor_state() 110 savesegment(fs, ctxt->fs); in __save_processor_state() 111 savesegment(ds, ctxt->ds); in __save_processor_state() 112 savesegment(es, ctxt->es); in __save_processor_state()
|
| /linux/arch/x86/lib/ ! |
| H A D | insn-eval.c | 356 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/arch/x86/hyperv/ ! |
| H A D | ivm.c | 319 savesegment(es, vmsa->es.selector); in hv_snp_boot_ap() 322 savesegment(cs, vmsa->cs.selector); in hv_snp_boot_ap() 325 savesegment(ss, vmsa->ss.selector); in hv_snp_boot_ap() 328 savesegment(ds, vmsa->ds.selector); in hv_snp_boot_ap()
|
| /linux/arch/x86/platform/efi/ ! |
| H A D | efi_64.c | 508 savesegment(ds, __ds); \ 509 savesegment(es, __es); \
|
| /linux/arch/x86/math-emu/ ! |
| H A D | get_address.c | 156 savesegment(gs, addr->selector); in pm_address()
|
| /linux/arch/x86/kernel/fpu/ ! |
| H A D | regset.c | 352 savesegment(ds, env->fos); in __convert_from_fxsr()
|
| /linux/arch/x86/kvm/vmx/ ! |
| H A D | vmx.c | 1393 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest() 1394 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest() 1404 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest() 1405 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest() 1412 savesegment(fs, fs_sel); in vmx_prepare_switch_to_guest() 1413 savesegment(gs, gs_sel); in vmx_prepare_switch_to_guest()
|