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

/linux-master/kernel/bpf/
H A Dverifier.c4485 static int get_reg_width(struct bpf_reg_state *reg) function
4542 reg_value_fits = get_reg_width(reg) <= BITS_PER_BYTE * size;
4840 if (get_reg_width(reg) > size * BITS_PER_BYTE)
14258 bool is_src_reg_u32 = get_reg_width(src_reg) <= 32;

Completed in 325 milliseconds