Searched refs:___bpf_reg_cnt8 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ |
D | bpf_tracing.h | 467 #define ___bpf_reg_cnt8(t, x, args...) (___bpf_reg_cnt7(args) + ___bpf_treg_cnt(t)) macro 468 #define ___bpf_reg_cnt9(t, x, args...) (___bpf_reg_cnt8(args) + ___bpf_treg_cnt(t)) 490 #define ___bpf_ctx_arg8(n, t, x, args...) , ___bpf_union_arg(t, x, n - ___bpf_reg_cnt8(t, x, args))…
|