Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbpf_tracing.h78 #define PT_REGS_IP(x) ((x)->ip) macro
104 #define PT_REGS_IP(x) ((x)->eip) macro
128 #define PT_REGS_IP(x) ((x)->rip) macro
159 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
183 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
211 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
235 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
257 #define PT_REGS_IP(x) ((x)->nip) macro
290 #define PT_REGS_IP(x) ((x)->tpc) macro
293 #define PT_REGS_IP(x) ((x)->pc) macro
[all …]
/linux/arch/um/include/asm/
A Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
28 #define instruction_pointer(regs) PT_REGS_IP(regs)
/linux/samples/bpf/
A Dsampleip_kern.c28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
A Dspintest_kern.c38 long v = PT_REGS_IP(ctx), *val; \
A Dtrace_event_kern.c58 PT_REGS_IP(&ctx->regs)); in bpf_prog1()
/linux/arch/x86/um/
A Dsysrq_32.c19 0xffff & PT_REGS_CS(regs), PT_REGS_IP(regs), in show_regs()
A Dsysrq_64.c23 PT_REGS_IP(regs)); in show_regs()
A 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/arch/um/kernel/
A Dexec.c43 PT_REGS_IP(regs) = eip; in start_thread()
A Dsignal.c133 is_syscall(PT_REGS_IP(&current->thread.regs)); in do_signal()
/linux/arch/x86/um/asm/
A Dptrace.h33 #define profile_pc(regs) PT_REGS_IP(regs)
A Delf.h62 pr_reg[12] = PT_REGS_IP(regs); \

Completed in 23 milliseconds