Searched refs:PT_REGS_IP (Results 1 – 12 of 12) sorted by relevance
382 #define PT_REGS_IP(x) ((x)->ip) macro395 #define PT_REGS_IP(x) ((x)->eip) macro406 #define PT_REGS_IP(x) ((x)->rip) macro425 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro438 #define PT_REGS_IP(x) ((x)->uregs[12]) macro455 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro468 #define PT_REGS_IP(x) ((x)->cp0_epc) macro479 #define PT_REGS_IP(x) ((x)->nip) macro494 #define PT_REGS_IP(x) ((x)->tpc) macro496 #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()
133 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); \