Searched refs:PT_REGS_RC_CORE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf_tracing.h | 72 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), ax) macro 98 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), eax) macro 122 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), rax) macro 153 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), gprs[2]) macro 177 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), uregs[0]) macro 205 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), regs[0]) macro 229 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), regs[2]) macro 249 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), gpr[3]) macro 270 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), u_regs[UREG_I0]) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_uprobe_autoattach.c | 83 uretprobe_byname_rc = PT_REGS_RC_CORE(ctx); in BPF_URETPROBE()
|
H A D | profiler.inc.h | 780 struct file* filp = (struct file*)PT_REGS_RC_CORE(ctx); in kprobe_ret__do_filp_open()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_tracing.h | 509 #define PT_REGS_RC_CORE(x) BPF_CORE_READ(__PT_REGS_CAST(x), __PT_RC_REG) macro 587 #define PT_REGS_RC_CORE(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 768 struct file* filp = (struct file*)PT_REGS_RC_CORE(ctx); in kprobe_ret__do_filp_open()
|
Completed in 7 milliseconds