Searched refs:_REG_GS (Results 1 – 10 of 10) sorted by relevance
135 regs[_REG_GS] = tf->tf_gs & 0xffff; in process_read_regs()142 regs[_REG_GS] = 0; in process_read_regs()214 tf->tf_gs = regs[_REG_GS] & 0xffff; in process_write_regs()
2105 mcp->__gregs[_REG_GS] = 0; in cpu_getmcontext()2216 sel = gr[_REG_GS] & 0xffff; in cpu_mcontext_validate()
1004 gr32[_REG32_GS] = gr[_REG_GS]; in cpu_mcontext32from64_validate()
58 (ucp)->uc_mcontext.__gregs[_REG_GS] = 0x23, \
56 #define _REG_GS 0 macro
57 __asm ("movl %%gs, %0" : "=a" (ucp->uc_mcontext.__gregs[_REG_GS])); in _initcontext_u_md()
80 DPRINTF("GS=%#" PRIxREGISTER "\n", r.regs[_REG_GS]); in ATF_TC_BODY()
147 gdb_regs[15] = gregs[_REG_GS]; in kgdb_getregs()
373 mctx->__gregs[_REG_GS] = lsigctx->gs & 0xFFFF; in linux_sys_rt_sigreturn()
1616 gr[_REG_GS] = tf->tf_gs; in cpu_getmcontext()1697 tf->tf_gs = gr[_REG_GS]; in cpu_setmcontext()