Searched refs:savesegment (Results 1 – 15 of 15) sorted by relevance
/arch/x86/power/ |
D | cpu_32.c | 38 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/ |
D | process_64.c | 346 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()
|
D | process_32.c | 135 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()
|
D | dumpstack.c | 265 savesegment(ss, ss); in __die()
|
D | apm_32.c | 562 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
|
D | vm86_32.c | 326 savesegment(gs, tsk->thread.saved_gs); in do_sys_vm86()
|
D | vmi_32.c | 646 savesegment(cs, kernel_cs); in activate_vmi()
|
D | signal.c | 138 savesegment(gs, tmp); in setup_sigcontext()
|
D | ptrace.c | 95 savesegment(gs, retval); in get_segment_reg()
|
/arch/x86/ia32/ |
D | ia32_signal.c | 189 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()
|
D | ia32_aout.c | 88 savesegment(fs, fs); in dump_thread32() 90 savesegment(gs, gs); in dump_thread32()
|
/arch/x86/include/asm/ |
D | a.out-core.h | 58 savesegment(gs, dump->regs.gs); in aout_dump_thread()
|
D | system.h | 165 #define savesegment(seg, value) \ macro
|
D | elf.h | 127 savesegment(gs, pr_reg[10]); \
|
/arch/x86/math-emu/ |
D | get_address.c | 157 savesegment(gs, addr->selector); in pm_address()
|