Searched refs:_REG_FS (Results 1 – 10 of 10) sorted by relevance
136 regs[_REG_FS] = tf->tf_fs & 0xffff; in process_read_regs()143 regs[_REG_FS] = 0; in process_read_regs()215 tf->tf_fs = regs[_REG_FS] & 0xffff; in process_write_regs()
2106 mcp->__gregs[_REG_FS] = 0; in cpu_getmcontext()2212 sel = gr[_REG_FS] & 0xffff; in cpu_mcontext_validate()
1003 gr32[_REG32_FS] = gr[_REG_FS]; in cpu_mcontext32from64_validate()
59 (ucp)->uc_mcontext.__gregs[_REG_FS] = 0x23, \
57 #define _REG_FS 1 macro
56 __asm ("movl %%fs, %0" : "=a" (ucp->uc_mcontext.__gregs[_REG_FS])); in _initcontext_u_md()
81 DPRINTF("FS=%#" PRIxREGISTER "\n", r.regs[_REG_FS]); in ATF_TC_BODY()
146 gdb_regs[14] = gregs[_REG_FS]; in kgdb_getregs()
374 mctx->__gregs[_REG_FS] = lsigctx->fs & 0xFFFF; in linux_sys_rt_sigreturn()
1617 gr[_REG_FS] = tf->tf_fs; in cpu_getmcontext()1698 tf->tf_fs = gr[_REG_FS]; in cpu_setmcontext()