Searched refs:PT_REGS_IP (Results 1 – 9 of 9) sorted by relevance
12 return ip != PT_REGS_IP(&data->regs); in handler()
74 ptr = (void *)PT_REGS_IP(regs); in dump_task_sleepable()
235 ptr = (void *)PT_REGS_IP(regs); in inproper_sleepable_helper()
28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
39 long v = PT_REGS_IP(ctx), *val; \
58 PT_REGS_IP(&ctx->regs)); in bpf_prog1()
62 pr_reg[12] = PT_REGS_IP(regs); \
83 long ip = PT_REGS_IP(ctx); in __bpf_usdt_spec_id()
504 #define PT_REGS_IP(x) (__PT_REGS_CAST(x)->__PT_IP_REG) macro582 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro