Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbtf.h78 #define KF_FASTCALL (1 << 12) /* kfunc supports bpf_fastcall protocol */ macro
/linux/kernel/bpf/
H A Dhelpers.c3137 BTF_ID_FLAGS(func, bpf_cast_to_kern_ctx, KF_FASTCALL)
3138 BTF_ID_FLAGS(func, bpf_rdonly_cast, KF_FASTCALL)
H A Dverifier.c16810 return meta->kfunc_flags & KF_FASTCALL; in is_fastcall_kfunc_call()