Home
last modified time | relevance | path

Searched refs:PT_REGS_IP (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dbpf_tracing.h72 #define PT_REGS_IP(x) ((x)->ip) macro
98 #define PT_REGS_IP(x) ((x)->eip) macro
122 #define PT_REGS_IP(x) ((x)->rip) macro
153 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
177 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
205 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
229 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
251 #define PT_REGS_IP(x) ((x)->nip) macro
284 #define PT_REGS_IP(x) ((x)->tpc) macro
287 #define PT_REGS_IP(x) ((x)->pc) macro
[all …]
/Linux-v5.15/arch/um/include/asm/
Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
28 #define instruction_pointer(regs) PT_REGS_IP(regs)
/Linux-v5.15/samples/bpf/
Dsampleip_kern.c28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
Dspintest_kern.c38 long v = PT_REGS_IP(ctx), *val; \
Dtrace_event_kern.c58 PT_REGS_IP(&ctx->regs)); in bpf_prog1()
/Linux-v5.15/arch/x86/um/
Dsysrq_32.c19 0xffff & PT_REGS_CS(regs), PT_REGS_IP(regs), in show_regs()
Dsysrq_64.c23 PT_REGS_IP(regs)); in show_regs()
Dsignal.c399 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()
/Linux-v5.15/arch/um/kernel/
Dexec.c43 PT_REGS_IP(regs) = eip; in start_thread()
Dsignal.c133 is_syscall(PT_REGS_IP(&current->thread.regs)); in do_signal()
/Linux-v5.15/arch/x86/um/asm/
Dptrace.h33 #define profile_pc(regs) PT_REGS_IP(regs)
Delf.h62 pr_reg[12] = PT_REGS_IP(regs); \