Searched refs:PT_REGS_IP (Results 1 – 12 of 12) sorted by relevance
250 #define PT_REGS_IP(x) ((x)->ip) macro263 #define PT_REGS_IP(x) ((x)->psw.addr) macro276 #define PT_REGS_IP(x) ((x)->pc) macro289 #define PT_REGS_IP(x) ((x)->cp0_epc) macro300 #define PT_REGS_IP(x) ((x)->nip) macro315 #define PT_REGS_IP(x) ((x)->tpc) macro317 #define PT_REGS_IP(x) ((x)->pc) macro
21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro28 #define instruction_pointer(regs) PT_REGS_IP(regs)
28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
37 long v = PT_REGS_IP(ctx), *val; \
58 PT_REGS_IP(&ctx->regs)); in bpf_prog1()
19 0xffff & PT_REGS_CS(regs), PT_REGS_IP(regs), in show_regs()
23 PT_REGS_IP(regs)); in show_regs()
399 PT_REGS_IP(regs) = (unsigned long) ksig->ka.sa.sa_handler; in setup_signal_stack_sc()445 PT_REGS_IP(regs) = (unsigned long) ksig->ka.sa.sa_handler; in setup_signal_stack_si()553 PT_REGS_IP(regs) = (unsigned long) ksig->ka.sa.sa_handler; in setup_signal_stack_si()
45 PT_REGS_IP(regs) = eip; in start_thread()
105 is_syscall(PT_REGS_IP(¤t->thread.regs)); in do_signal()
33 #define profile_pc(regs) PT_REGS_IP(regs)
62 pr_reg[12] = PT_REGS_IP(regs); \