Home
last modified time | relevance | path

Searched refs:BTF_FUNC_PROTO_ARG_ENC (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c2419 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2420 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2441 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2442 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2443 BTF_FUNC_PROTO_ARG_ENC(0, 0),
2490 BTF_FUNC_PROTO_ARG_ENC(0, 0),
2518 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2519 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2540 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2541 BTF_FUNC_PROTO_ARG_ENC(0, 2),
[all …]
H A Dcore_reloc_raw.c41 BTF_FUNC_PROTO_ARG_ENC(8, 1), in test_bad_local_id()
/linux-6.15/tools/testing/selftests/bpf/verifier/
H A Dbpf_loop_inline.c8 BTF_FUNC_PROTO_ARG_ENC(7, 3), \
10 BTF_FUNC_PROTO_ARG_ENC(5, 1), \
11 BTF_FUNC_PROTO_ARG_ENC(7, 2), \
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_btf.h66 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ macro