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

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

Completed in 213 milliseconds