Searched refs:KF_FASTCALL (Results 1 – 3 of 3) sorted by relevance
78 #define KF_FASTCALL (1 << 12) /* kfunc supports bpf_fastcall protocol */ macro
3137 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx, KF_FASTCALL)3138 BTF_ID_FLAGS(func, bpf_rdonly_cast, KF_FASTCALL)
16810 return meta->kfunc_flags & KF_FASTCALL; in is_fastcall_kfunc_call()