Lines Matching defs:Lwp
257 struct ps_lwphandle *Lwp = pri->Lwp;
390 (void) Lgetareg(Lwp, R_PC, &pc);
392 (void) Lputareg(Lwp, R_G1, (prgreg_t)SYS_syscall);
393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what);
395 (void) Lputareg(Lwp, R_O1+i, pri->sys_args[i]);
397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what);
399 (void) Lputareg(Lwp, R_O0+i, pri->sys_args[i]);
401 (void) Lputareg(Lwp, R_nPC, pc);
403 (void) Lgetareg(Lwp, R_PC, &pc);
404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what);
406 (void) Lgetareg(Lwp, R_PC, &pc);
407 (void) Lputareg(Lwp, EAX, (prgreg_t)what);
412 (void) Lputareg(Lwp, R_PC, pc);