Searched refs:KF_FASTCALL (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | resolve_btfids.c | 20 #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 D | btf.h | 77 #define KF_FASTCALL (1 << 12) /* kfunc supports bpf_fastcall protocol */ macro
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 178 #define KF_FASTCALL (1 << 12) macro 1488 if (kfunc->flags & KF_FASTCALL) { in btf2btf()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4885 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx, KF_FASTCALL) 4886 BTF_ID_FLAGS(func, bpf_rdonly_cast, KF_FASTCALL)
|
| H A D | verifier.c | 17545 cs->fastcall = meta.kfunc_flags & KF_FASTCALL; in bpf_get_call_summary()
|
| /linux/Documentation/bpf/ |
| H A D | kfuncs.rst | 515 tag when the kfunc is flagged ``KF_FASTCALL``, and the ``address_space(1)`` type
|