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