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