Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/samples/bpf/ !
Dtracex4_kern.c40 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/linux-6.1.9/tools/lib/bpf/ !
Dbpf_tracing.h279 #define PT_REGS_RC(x) (__PT_REGS_CAST(x)->__PT_RC_REG) macro
342 #define PT_REGS_RC(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
583 #define ___bpf_kretprobe_args1(x) ___bpf_kretprobe_args0(), (void *)PT_REGS_RC(ctx)