Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2390 BTF_FUNC_PROTO_ENC(1, 2), /* [3] */
2412 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */
2435 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */
2460 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */
2489 BTF_FUNC_PROTO_ENC(0, 2), /* [6] */
2511 BTF_FUNC_PROTO_ENC(0, 2), /* [4] */
2532 BTF_FUNC_PROTO_ENC(0, 1), /* [2] */
2555 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */
2577 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */
2601 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/verifier/
Dbpf_loop_inline.c7 /* 4: int __(void*) */ BTF_FUNC_PROTO_ENC(1, 1), \
9 /* 5: int __(int, int*) */ BTF_FUNC_PROTO_ENC(1, 2), \
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_btf.h63 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ macro