Home
last modified time | relevance | path

Searched refs:PT_REGS_RC (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_tracing.h61 #define PT_REGS_RC(x) ((x)->ax) macro
87 #define PT_REGS_RC(x) ((x)->eax) macro
111 #define PT_REGS_RC(x) ((x)->rax) macro
142 #define PT_REGS_RC(x) (((PT_REGS_S390 *)(x))->gprs[2]) macro
166 #define PT_REGS_RC(x) ((x)->uregs[0]) macro
194 #define PT_REGS_RC(x) (((PT_REGS_ARM64 *)(x))->regs[0]) macro
218 #define PT_REGS_RC(x) ((x)->regs[2]) macro
240 #define PT_REGS_RC(x) ((x)->gpr[3]) macro
261 #define PT_REGS_RC(x) ((x)->u_regs[UREG_I0]) macro
393 ___bpf_kretprobe_args0(), (void *)PT_REGS_RC(ct
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dloop3.c20 sum += PT_REGS_RC(ctx); in while_true()
H A Dloop2.c20 if (PT_REGS_RC(ctx) & 1) in while_true()
H A Dloop1.c22 m = PT_REGS_RC(ctx); in nested_loops()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dloop2.c20 if (PT_REGS_RC(ctx) & 1) in while_true()
H A Dloop3.c20 sum += PT_REGS_RC(ctx); in while_true()
H A Dloop1.c22 m = PT_REGS_RC(ctx); in nested_loops()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex4.bpf.c39 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtracex4_kern.c40 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_tracing.h495 #define PT_REGS_RC(x) (__PT_REGS_CAST(x)->__PT_RC_REG) macro
573 #define PT_REGS_RC(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
824 #define ___bpf_kretprobe_args1(x) ___bpf_kretprobe_args0(), (void *)PT_REGS_RC(ctx)

Completed in 7 milliseconds