Searched refs:rgs (Results 1 – 2 of 2) sorted by relevance
45 struct regs rgs; in gcore_getgregs() local48 if (mdb_vread(&rgs, sizeof (rgs), lwp->lwp_regs) != sizeof (rgs)) { in gcore_getgregs()52 rp = &rgs; in gcore_getgregs()
1192 uint64_t *rgs, *sp; in getreg() local1195 rgs = (uint64_t *)&rp->r_ps; /* globals and outs */ in getreg()1200 *val = rgs[reg]; in getreg()1245 uint64_t *rgs, *sp; in putreg() local1248 rgs = (uint64_t *)&rp->r_ps; /* globals and outs */ in putreg()1253 rgs[reg] = *data; in putreg()