Home
last modified time | relevance | path

Searched refs:KF_FASTCALL (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c20 #ifndef KF_FASTCALL
21 #define KF_FASTCALL (1 << 12) macro
59 { "kfunc_b", -1, KF_FASTCALL, 0, false },
113 BTF_ID_FLAGS(func, kfunc_b, KF_FASTCALL)
131 BTF_ID_FLAGS(func, kfunc_b, KF_FASTCALL)
310 if (kfunc_symbols[i].flags & KF_FASTCALL) { in test_resolve_btfids()
/linux/include/linux/
H A Dbtf.h77 #define KF_FASTCALL (1 << 12) /* kfunc supports bpf_fastcall protocol */ macro
/linux/tools/bpf/resolve_btfids/
H A Dmain.c178 #define KF_FASTCALL (1 << 12) macro
1488 if (kfunc->flags & KF_FASTCALL) { in btf2btf()
/linux/kernel/bpf/
H A Dhelpers.c4885 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx, KF_FASTCALL)
4886 BTF_ID_FLAGS(func, bpf_rdonly_cast, KF_FASTCALL)
H A Dverifier.c17545 cs->fastcall = meta.kfunc_flags & KF_FASTCALL; in bpf_get_call_summary()
/linux/Documentation/bpf/
H A Dkfuncs.rst515 tag when the kfunc is flagged ``KF_FASTCALL``, and the ``address_space(1)`` type