Searched refs:r_gs (Results 1 – 11 of 11) sorted by relevance
42 uc->uc_mcontext.mc_gs = r->r_gs; in pt_reg_to_ucontext()49 r->r_gs = uc->uc_mcontext.mc_gs; in pt_ucontext_to_reg()
79 regs->r_gs = tp->tf_gs; in fill_regs32()84 regs->r_gs = _ugssel; in fill_regs32()114 tp->tf_gs = regs->r_gs; in set_regs32()
121 __uint32_t r_gs; member142 __uint16_t r_gs; member
117 printf("GS=%#" PRIxREGISTER "\n", r.r_gs); in ATF_TC_BODY()
250 l_regset->gs = b_reg->r_gs; in bsd_to_linux_regset()281 b_reg->r_gs = l_regset->gs; in linux_to_bsd_regset()
128 linux_r->xgs = bsd_r->r_gs; in map_regs_to_linux() 150 bsd_r->r_gs = linux_r->xgs; in map_regs_from_linux()
447 regs->r_gs = tp->tf_gs; in fill_frame_regs()452 regs->r_gs = 0; in fill_frame_regs()493 tp->tf_gs = regs->r_gs; in set_regs()
814 sel = rp->r_gs; in fasttrap_do_seg() 1823 case REG_GS: return (rp->r_gs); in fasttrap_getreg() 1837 return (((greg_t *)&rp->r_gs)[reg]); in fasttrap_getreg()
544 l_regset->gs = b_reg->r_gs; in bsd_to_linux_regset32()
1013 regs->r_gs = pcb->pcb_gs; in fill_regs()1067 pcb->pcb_gs = regs->r_gs; in set_regs()
75 WORD r_es, r_ds, r_fs, r_gs; member