Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/samples/bpf/
H A Dtracex4.bpf.c39 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/openbmc/linux/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)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb29 # m = PT_REGS_RC(ctx);