Searched refs:check_fastcall_stack_contract (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 5054 static void check_fastcall_stack_contract(struct bpf_verifier_env *env, in check_fastcall_stack_contract() function 5139 check_fastcall_stack_contract(env, state, insn_idx, off); in check_stack_write_fixed_off() 5263 check_fastcall_stack_contract(env, state, insn_idx, min_off); in check_stack_write_var_off() 5402 check_fastcall_stack_contract(env, state, env->insn_idx, off); in check_stack_read_fixed_off() 5561 check_fastcall_stack_contract(env, ptr_state, env->insn_idx, min_off); in check_stack_read_var_off()
|