Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A 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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtracex4_kern.c40 long ptr = PT_REGS_RC(ctx); in bpf_prog2()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb26 # m = PT_REGS_RC(ctx);