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

/linux-master/kernel/bpf/
H A Dverifier.c4403 static bool is_reg_const(struct bpf_reg_state *reg, bool subreg32) function
4409 /* assuming is_reg_const() is true, return constant value of a register */
10050 if (!(is_reg_const(reg, false) && val < max)) {
14361 if (!is_reg_const(reg2, is_jmp32)) {
14365 if (!is_reg_const(reg2, is_jmp32))
14503 if (!is_reg_const(reg2, is_jmp32)) {
14508 if (!is_reg_const(reg2, is_jmp32))
14598 if (!is_reg_const(reg2, is_jmp32))
14600 if (!is_reg_const(reg2, is_jmp32))
14637 if (!is_reg_const(reg
[all...]

Completed in 161 milliseconds