Home
last modified time | relevance | path

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

/linux/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()
/linux/samples/bpf/
H A Dtracex4.bpf.c39 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/linux/tools/lib/bpf/
H A Dbpf_tracing.h502 #define PT_REGS_RC(x) (__PT_REGS_CAST(x)->__PT_RC_REG) macro
580 #define PT_REGS_RC(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
831 #define ___bpf_kretprobe_args1(x) ___bpf_kretprobe_args0(), (unsigned long long)PT_REGS_RC(ctx)