Searched refs:_REG_ES (Results 1 – 10 of 10) sorted by relevance
137 regs[_REG_ES] = tf->tf_es & 0xffff; in process_read_regs()144 regs[_REG_ES] = GSEL(GUDATA_SEL, SEL_UPL); in process_read_regs()216 tf->tf_es = regs[_REG_ES] & 0xffff; in process_write_regs()
2107 mcp->__gregs[_REG_ES] = GSEL(GUDATA_SEL, SEL_UPL); in cpu_getmcontext()2208 sel = gr[_REG_ES] & 0xffff; in cpu_mcontext_validate()
1002 gr32[_REG32_ES] = gr[_REG_ES]; in cpu_mcontext32from64_validate()
145 gdb_regs[13] = gregs[_REG_ES]; in kgdb_getregs()199 gregs[_REG_ES] = gdb_regs[13]; in kgdb_setregs()
60 (ucp)->uc_mcontext.__gregs[_REG_ES] = 0x23, \
58 #define _REG_ES 2 macro
55 __asm ("movl %%es, %0" : "=a" (ucp->uc_mcontext.__gregs[_REG_ES])); in _initcontext_u_md()
82 DPRINTF("ES=%#" PRIxREGISTER "\n", r.regs[_REG_ES]); in ATF_TC_BODY()
377 mctx->__gregs[_REG_ES] = tf->tf_es & 0xFFFF; in linux_sys_rt_sigreturn()
1618 gr[_REG_ES] = tf->tf_es; in cpu_getmcontext()1699 tf->tf_es = gr[_REG_ES]; in cpu_setmcontext()