Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h730 s16 fastcall_stack_off; member
/linux/kernel/bpf/
H A Dfixups.c2567 subprog->stack_depth = -subprog->fastcall_stack_off; in bpf_remove_fastcall_spills_fills()
H A Dverifier.c3777 if (subprog->fastcall_stack_off <= off || aux[insn_idx].fastcall_pattern) in check_fastcall_stack_contract()
3784 subprog->fastcall_stack_off = S16_MIN; in check_fastcall_stack_contract()
17219 subprog->fastcall_stack_off = min(subprog->fastcall_stack_off, off); in mark_fastcall_pattern_for_call()