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.h689 u8 fastcall_pattern:1; member
/linux/kernel/bpf/
H A Dverifier.c3475 if (subprog->fastcall_stack_off <= off || aux[insn_idx].fastcall_pattern) in check_fastcall_stack_contract()
3488 aux[i].fastcall_pattern = 0; in check_fastcall_stack_contract()
17685 env->insn_aux_data[insn_idx - i].fastcall_pattern = 1; in mark_fastcall_pattern_for_call()
17686 env->insn_aux_data[insn_idx + i].fastcall_pattern = 1; in mark_fastcall_pattern_for_call()