Home
last modified time | relevance | path

Searched refs:fastcall (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h941 bool fastcall; member
/linux/kernel/bpf/
H A Dverifier.c17032 cs->fastcall = fn->allow_fastcall && in bpf_get_call_summary()
17053 cs->fastcall = meta.kfunc_flags & KF_FASTCALL; in bpf_get_call_summary()
17215 if (cs.fastcall) in mark_fastcall_pattern_for_call()