Home
last modified time | relevance | path

Searched refs:PT_REGS_RC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
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(ctx)
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dloop2.c20 if (PT_REGS_RC(ctx) & 1) in while_true()
Dloop3.c20 sum += PT_REGS_RC(ctx); in while_true()
Dloop1.c22 m = PT_REGS_RC(ctx); in nested_loops()
/Linux-v5.10/samples/bpf/
Dtracex4_kern.c40 long ptr = PT_REGS_RC(ctx); in bpf_prog2()