Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h674 s16 fastcall_stack_off; member
/linux-6.15/kernel/bpf/
H A Dverifier.c4975 if (subprog->fastcall_stack_off <= off || aux[insn_idx].fastcall_pattern) in check_fastcall_stack_contract()
4982 subprog->fastcall_stack_off = S16_MIN; in check_fastcall_stack_contract()
17415 subprog->fastcall_stack_off = min(subprog->fastcall_stack_off, off); in mark_fastcall_pattern_for_call()
22620 subprog->stack_depth = -subprog->fastcall_stack_off; in remove_fastcall_spills_fills()