Home
last modified time | relevance | path

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

/arch/x86/power/
Dcpu_32.c38 savesegment(es, ctxt->es); in __save_processor_state()
39 savesegment(fs, ctxt->fs); in __save_processor_state()
40 savesegment(gs, ctxt->gs); in __save_processor_state()
41 savesegment(ss, ctxt->ss); in __save_processor_state()
/arch/x86/kernel/
Dprocess_64.c346 savesegment(gs, p->thread.gsindex); in copy_thread()
347 savesegment(fs, p->thread.fsindex); in copy_thread()
348 savesegment(es, p->thread.es); in copy_thread()
349 savesegment(ds, p->thread.ds); in copy_thread()
556 savesegment(es, prev->es); in __switch_to()
560 savesegment(ds, prev->ds); in __switch_to()
570 savesegment(fs, fsindex); in __switch_to()
571 savesegment(gs, gsindex); in __switch_to()
819 savesegment(gs, gsindex); in do_arch_prctl()
Dprocess_32.c135 savesegment(gs, gs); in __show_regs()
138 savesegment(ss, ss); in __show_regs()
139 savesegment(gs, gs); in __show_regs()
308 savesegment(gs, p->thread.gs); in copy_thread()
543 savesegment(gs, prev->gs); in __switch_to()
Ddumpstack.c265 savesegment(ss, ss); in __die()
Dapm_32.c562 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
Dvm86_32.c326 savesegment(gs, tsk->thread.saved_gs); in do_sys_vm86()
Dvmi_32.c646 savesegment(cs, kernel_cs); in activate_vmi()
Dsignal.c138 savesegment(gs, tmp); in setup_sigcontext()
Dptrace.c95 savesegment(gs, retval); in get_segment_reg()
/arch/x86/ia32/
Dia32_signal.c189 savesegment(seg, cur); \
220 savesegment(gs, oldgs); in ia32_restore_sigcontext()
322 savesegment(gs, tmp); in ia32_setup_sigcontext()
324 savesegment(fs, tmp); in ia32_setup_sigcontext()
326 savesegment(ds, tmp); in ia32_setup_sigcontext()
328 savesegment(es, tmp); in ia32_setup_sigcontext()
Dia32_aout.c88 savesegment(fs, fs); in dump_thread32()
90 savesegment(gs, gs); in dump_thread32()
/arch/x86/include/asm/
Da.out-core.h58 savesegment(gs, dump->regs.gs); in aout_dump_thread()
Dsystem.h165 #define savesegment(seg, value) \ macro
Delf.h127 savesegment(gs, pr_reg[10]); \
/arch/x86/math-emu/
Dget_address.c157 savesegment(gs, addr->selector); in pm_address()