Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h624 u8 fastcall_pattern:1; member
/linux/kernel/bpf/
H A Dverifier.c3777 if (subprog->fastcall_stack_off <= off || aux[insn_idx].fastcall_pattern) in check_fastcall_stack_contract()
3790 aux[i].fastcall_pattern = 0; in check_fastcall_stack_contract()
17193 env->insn_aux_data[insn_idx - i].fastcall_pattern = 1; in mark_fastcall_pattern_for_call()
17194 env->insn_aux_data[insn_idx + i].fastcall_pattern = 1; in mark_fastcall_pattern_for_call()