Searched refs:___bpf_reg_cnt6 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | bpf_tracing.h | 710 #define ___bpf_reg_cnt6(t, x, args...) (___bpf_reg_cnt5(args) + ___bpf_treg_cnt(t)) macro 711 #define ___bpf_reg_cnt7(t, x, args...) (___bpf_reg_cnt6(args) + ___bpf_treg_cnt(t)) 733 #define ___bpf_ctx_arg6(n, t, x, args...) , ___bpf_union_arg(t, x, n - ___bpf_reg_cnt6(t, x, args))…
|