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