Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2391 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2392 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2413 BTF_FUNC_PROTO_ARG_ENC(0, 1),
2414 BTF_FUNC_PROTO_ARG_ENC(0, 2),
2415 BTF_FUNC_PROTO_ARG_ENC(0, 0),
2436 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2437 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 2),
2438 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 0),
2461 BTF_FUNC_PROTO_ARG_ENC(NAME_TBD, 1),
2462 BTF_FUNC_PROTO_ARG_ENC(0, 0),
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/verifier/
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.1.9/tools/testing/selftests/bpf/
Dtest_btf.h66 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ macro