Searched refs:_REG_SS (Results 1 – 10 of 10) sorted by relevance
127 gdb_regs[19] = gregs[_REG_SS]; in kgdb_getregs()143 gdb_regs[11] = gregs[_REG_SS]; in kgdb_getregs()183 gregs[_REG_SS ] = gdb_regs[19]; in kgdb_setregs()
140 regs[_REG_SS] = tf->tf_ss & 0xffff; in process_read_regs()147 regs[_REG_SS] = LSEL(LUDATA_SEL, SEL_UPL); in process_read_regs()219 tf->tf_ss = regs[_REG_SS] & 0xffff; in process_write_regs()
2115 mcp->__gregs[_REG_SS] = LSEL(LUDATA_SEL, SEL_UPL); in cpu_getmcontext()2225 sel = gr[_REG_SS] & 0xffff; in cpu_mcontext_validate()
1005 gr32[_REG32_SS] = gr[_REG_SS]; in cpu_mcontext32from64_validate()
63 (ucp)->uc_mcontext.__gregs[_REG_SS] = 0x23, \
74 #define _REG_SS 18 macro
58 __asm ("movl %%ss, %0" : "=a" (ucp->uc_mcontext.__gregs[_REG_SS])); in _initcontext_u_md()
85 DPRINTF("SS=%#" PRIxREGISTER "\n", r.regs[_REG_SS]); in ATF_TC_BODY()
380 mctx->__gregs[_REG_SS] = tf->tf_ss & 0xFFFF; in linux_sys_rt_sigreturn()
1633 gr[_REG_SS] = tf->tf_ss; in cpu_getmcontext()1715 tf->tf_ss = gr[_REG_SS]; in cpu_setmcontext()