Searched refs:r_gs (Results 1 – 12 of 12) sorted by relevance
18 rd->r_gs = rs->r_gs; in elf_convert_gregset()
43 uc->uc_mcontext.mc_gs = r->r_gs; in pt_reg_to_ucontext()50 r->r_gs = uc->uc_mcontext.mc_gs; in pt_ucontext_to_reg()
86 regs->r_gs = tp->tf_gs; in fill_regs32()91 regs->r_gs = _ugssel; in fill_regs32()119 tp->tf_gs = regs->r_gs; in set_regs32()
119 __uint32_t r_gs; member140 __uint16_t r_gs; member
53 unsigned int r_gs; member
117 printf("GS=%#" PRIxREGISTER "\n", r.r_gs); in ATF_TC_BODY()
60 offsetof(struct reg, r_gs),
136 linux_r->xgs = bsd_r->r_gs; in map_regs_to_linux()158 bsd_r->r_gs = linux_r->xgs; in map_regs_from_linux()
92 REG_OFFSET (r_gs)
903 sel = rp->r_gs; in fasttrap_do_seg()1931 case REG_GS: return (rp->r_gs);1945 return (((greg_t *)&rp->r_gs)[reg]);
2255 regs->r_gs = tp->tf_gs; in fill_frame_regs()2260 regs->r_gs = 0; in fill_frame_regs()2299 tp->tf_gs = regs->r_gs; in set_regs()
3649 regs->r_gs = pcb->pcb_gs;3700 pcb->pcb_gs = regs->r_gs;