Home
last modified time | relevance | path

Searched full:fastcall (Results 1 – 3 of 3) sorted by relevance

/linux/tools/bpf/bpftool/
H A Dbtf.c560 /* Assume small amount of fastcall kfuncs */ in dump_btf_kfuncs()
/linux/kernel/bpf/
H A Dverifier.c3781 * from something that is not a part of the fastcall pattern, in check_fastcall_stack_contract()
3782 * disable fastcall rewrites for current subprogram by setting in check_fastcall_stack_contract()
3786 /* reset fastcall aux flags within subprogram, in check_fastcall_stack_contract()
17017 cs->fastcall = fn->allow_fastcall && in bpf_get_call_summary()
17038 cs->fastcall = meta.kfunc_flags & KF_FASTCALL; in bpf_get_call_summary()
17070 * spill/fill stack offsets are used exclusively in fastcall patterns;
17102 * fastcall spill/fill stack slot originates from spill/fill
17103 * instructions, members of fastcall patterns.
17105 * If such condition holds true for a subprogram, fastcall patterns could
17200 if (cs.fastcall) in mark_fastcall_pattern_for_call()
[all …]
/linux/scripts/
H A Dcheckpatch.pl832 qr{fastcall},