Searched refs:UCONTEXT_NIA (Results 1 – 4 of 4) sorted by relevance
14 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro18 #error implement UCONTEXT_NIA25 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler()
139 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro142 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro145 #error implement UCONTEXT_NIA
42 unsigned long *pc = &UCONTEXT_NIA(ctx); in sigill_handler()
73 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler()