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

/linux-master/kernel/bpf/
H A Dverifier.c208 static bool is_trusted_reg(const struct bpf_reg_state *reg);
405 (type == PTR_TO_BTF_ID && is_trusted_reg(reg)) ||
5701 static bool is_trusted_reg(const struct bpf_reg_state *reg) function
6524 } else if (is_trusted_reg(reg) || is_rcu_reg(reg)) {
11724 if (!is_trusted_reg(reg)) {

Completed in 164 milliseconds