Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h657 s16 fastcall_stack_off; member
/linux/kernel/bpf/
H A Dverifier.c4848 if (subprog->fastcall_stack_off <= off || aux[insn_idx].fastcall_pattern) in check_fastcall_stack_contract()
4855 subprog->fastcall_stack_off = S16_MIN; in check_fastcall_stack_contract()
16987 subprog->fastcall_stack_off = min(subprog->fastcall_stack_off, off); in mark_fastcall_pattern_for_call()
22123 subprog->stack_depth = -subprog->fastcall_stack_off; in remove_fastcall_spills_fills()