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()
104 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP] macro107 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] macro110 #error implement UCONTEXT_NIA
73 unsigned long *ip = &UCONTEXT_NIA(uc); in segv_handler()
247 unsigned long *pc = &UCONTEXT_NIA(ctx); in sigill_handler()