Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbtf.h78 #define KF_FASTCALL (1 << 12) /* kfunc supports bpf_fastcall protocol */ macro
/linux-6.15/kernel/bpf/
H A Dhelpers.c3249 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx, KF_FASTCALL)
3250 BTF_ID_FLAGS(func, bpf_rdonly_cast, KF_FASTCALL)
H A Dverifier.c17249 cs->fastcall = meta.kfunc_flags & KF_FASTCALL; in get_call_summary()