Home | History | Annotate | Download | only in qemu

Lines Matching defs:uc

72     struct ucontext *uc = puc;
74 struct sigcontext *uc = puc;
86 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
88 sigprocmask(SIG_SETMASK, &uc->sc_mask, NULL);
1243 struct sigcontext *uc = puc;
1245 struct ucontext *uc = puc;
1256 pc = EIP_sig(uc);
1257 trapno = TRAP_sig(uc);
1260 (ERROR_sig(uc) >> 1) & 1 : 0,
1261 &MASK_sig(uc), puc);
1289 ucontext_t *uc = puc;
1291 struct sigcontext *uc = puc;
1293 struct ucontext *uc = puc;
1296 pc = PC_sig(uc);
1298 TRAP_sig(uc) == 0xe ?
1299 (ERROR_sig(uc) >> 1) & 1 : 0,
1300 &MASK_sig(uc), puc);
1358 struct ucontext *uc = puc;
1362 pc = IAR_sig(uc);
1366 if (DSISR_sig(uc) & 0x00800000)
1369 if (TRAP_sig(uc) != 0x400 && (DSISR_sig(uc) & 0x02000000))
1373 is_write, &uc->uc_sigmask, puc);
1382 struct ucontext *uc = puc;
1383 uint32_t *pc = uc->uc_mcontext.sc_pc;
1404 is_write, &uc->uc_sigmask, puc);
1425 struct sigcontext *uc = puc;
1426 unsigned long pc = uc->sc_pc;
1427 void *sigmask = (void *)(long)uc->sc_mask;
1469 struct ucontext *uc = puc;
1474 pc = uc->uc_mcontext.gregs[R15];
1476 pc = uc->uc_mcontext.arm_pc;
1482 &uc->uc_sigmask, puc);
1491 struct ucontext *uc = puc;
1495 pc = uc->uc_mcontext.gregs[16];
1500 &uc->uc_sigmask, puc);
1513 struct ucontext *uc = puc;
1517 ip = uc->uc_mcontext.sc_ip;
1534 &uc->uc_sigmask, puc);
1543 struct ucontext *uc = puc;
1547 pc = uc->uc_mcontext.psw.addr;
1551 is_write, &uc->uc_sigmask, puc);
1560 struct ucontext *uc = puc;
1561 greg_t pc = uc->uc_mcontext.pc;
1567 is_write, &uc->uc_sigmask, puc);
1576 struct ucontext *uc = puc;
1580 pc = uc->uc_mcontext.sc_iaoq[0];
1585 &uc->uc_sigmask, puc);