Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/samples/bpf/
Dtracex4.bpf.c39 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/Linux-v6.6/tools/lib/bpf/
Dbpf_tracing.h497 #define PT_REGS_RC(x) (__PT_REGS_CAST(x)->__PT_RC_REG) macro
575 #define PT_REGS_RC(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
826 #define ___bpf_kretprobe_args1(x) ___bpf_kretprobe_args0(), (void *)PT_REGS_RC(ctx)