Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_perf_skip.c12 return ip != PT_REGS_IP(&data->regs); in handler()
H A Dbpf_iter_tasks.c74 ptr = (void *)PT_REGS_IP(regs); in dump_task_sleepable()
H A Drcu_read_lock.c235 ptr = (void *)PT_REGS_IP(regs); in inproper_sleepable_helper()
/linux/samples/bpf/
H A Dsampleip_kern.c28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
H A Dspintest.bpf.c39 long v = PT_REGS_IP(ctx), *val; \
H A Dtrace_event_kern.c58 PT_REGS_IP(&ctx->regs)); in bpf_prog1()
/linux/arch/x86/um/asm/
H A Delf.h62 pr_reg[12] = PT_REGS_IP(regs); \
/linux/tools/lib/bpf/
H A Dusdt.bpf.h83 long ip = PT_REGS_IP(ctx); in __bpf_usdt_spec_id()
H A Dbpf_tracing.h504 #define PT_REGS_IP(x) (__PT_REGS_CAST(x)->__PT_IP_REG) macro
582 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro