Searched refs:is_reg_const (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c4417 static bool is_reg_const(struct bpf_reg_state *reg, bool subreg32) function
4423 /* assuming is_reg_const() is true, return constant value of a register */
10106 if (!(is_reg_const(reg, false) && val < max)) {
14508 if (!is_reg_const(reg2, is_jmp32)) {
14512 if (!is_reg_const(reg2, is_jmp32))
14650 if (!is_reg_const(reg2, is_jmp32)) {
14655 if (!is_reg_const(reg2, is_jmp32))
14757 if (!is_reg_const(reg2, is_jmp32))
14759 if (!is_reg_const(reg2, is_jmp32))
14796 if (!is_reg_const(reg
[all...]

Completed in 326 milliseconds