Lines Matching defs:uc
268 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.eip) argument
269 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.esp) argument
270 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
273 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
280 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.rip) argument
281 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.rsp) argument
282 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
285 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
336 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP]) argument
337 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1]) argument
338 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
344 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
351 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_NIP]) argument
352 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.gp_regs[VKI_PT_R1]) argument
360 static inline SysRes VG_UCONTEXT_SYSCALL_SYSRES( struct vki_ucontext* uc ) in VG_UCONTEXT_SYSCALL_SYSRES()
367 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
374 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.arm_pc) argument
375 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.arm_sp) argument
376 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
379 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
389 # define VG_UCONTEXT_INSTR_PTR(uc) ((UWord)((uc)->uc_mcontext.pc)) argument
390 # define VG_UCONTEXT_STACK_PTR(uc) ((UWord)((uc)->uc_mcontext.sp)) argument
391 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
394 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
404 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_INSTR_PTR() local
410 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_STACK_PTR() local
421 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_SYSCALL_SYSRES() local
451 ucontext_t* uc = (ucontext_t*)(ucV); in VG_UCONTEXT_TO_UnwindStartRegs() local
462 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_INSTR_PTR() local
468 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_STACK_PTR() local
477 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_SYSCALL_SYSRES() local
507 ucontext_t* uc = (ucontext_t*)ucV; in VG_UCONTEXT_TO_UnwindStartRegs() local
517 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.regs.psw.addr) argument
518 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.regs.gprs[15]) argument
519 # define VG_UCONTEXT_FRAME_PTR(uc) ((uc)->uc_mcontext.regs.gprs[11]) argument
520 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
522 # define VG_UCONTEXT_LINK_REG(uc) ((uc)->uc_mcontext.regs.gprs[14]) argument
524 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
532 # define VG_UCONTEXT_INSTR_PTR(uc) ((UWord)(((uc)->uc_mcontext.sc_pc))) argument
533 # define VG_UCONTEXT_STACK_PTR(uc) ((UWord)((uc)->uc_mcontext.sc_regs[29])) argument
534 # define VG_UCONTEXT_FRAME_PTR(uc) ((uc)->uc_mcontext.sc_regs[30]) argument
535 # define VG_UCONTEXT_SYSCALL_NUM(uc) ((uc)->uc_mcontext.sc_regs[2]) argument
536 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
542 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
551 # define VG_UCONTEXT_INSTR_PTR(uc) (((uc)->uc_mcontext.sc_pc)) argument
552 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.sc_regs[29]) argument
553 # define VG_UCONTEXT_FRAME_PTR(uc) ((uc)->uc_mcontext.sc_regs[30]) argument
554 # define VG_UCONTEXT_SYSCALL_NUM(uc) ((uc)->uc_mcontext.sc_regs[2]) argument
555 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
561 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
570 # define VG_UCONTEXT_INSTR_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_EIP]) argument
571 # define VG_UCONTEXT_STACK_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_UESP]) argument
572 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
577 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
584 # define VG_UCONTEXT_INSTR_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_REG_RIP]) argument
585 # define VG_UCONTEXT_STACK_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_REG_RSP]) argument
586 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \ argument
591 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \ argument
1408 const struct vki_ucontext *uc ) in push_signal_frame()
1941 const struct vki_ucontext *uc ) in deliver_signal()
2118 struct vki_ucontext uc; in VG_() local
2300 struct vki_ucontext *uc) in async_signalhandler_solaris_preprocess()
2400 vki_siginfo_t *info, struct vki_ucontext *uc ) in async_signalhandler()
2579 Int sigNo, vki_siginfo_t *info, struct vki_ucontext *uc ) in sync_signalhandler_from_user()
2729 Int sigNo, vki_siginfo_t *info, struct vki_ucontext *uc ) in sync_signalhandler_from_kernel()
2803 vki_siginfo_t *info, struct vki_ucontext *uc ) in sync_signalhandler()
2867 struct vki_ucontext *uc) in sigvgkill_handler()