Home
last modified time | relevance | path

Searched refs:is_trusted_reg (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/bpf/
Dverifier.c205 static bool is_trusted_reg(const struct bpf_reg_state *reg);
402 (type == PTR_TO_BTF_ID && is_trusted_reg(reg)) || in reg_not_null()
5843 static bool is_trusted_reg(const struct bpf_reg_state *reg) in is_trusted_reg() function
6679 } else if (is_trusted_reg(reg) || is_rcu_reg(reg)) { in check_ptr_to_btf_access()
12066 if (!is_trusted_reg(reg)) { in check_kfunc_args()