Searched refs:get_reg_width (Results 1 – 1 of 1) sorted by relevance
4835 static int get_reg_width(struct bpf_reg_state *reg) in get_reg_width() function4919 reg_value_fits = get_reg_width(reg) <= BITS_PER_BYTE * size; in check_stack_write_fixed_off()5220 if (get_reg_width(reg) > size * BITS_PER_BYTE) in check_stack_read_fixed_off()15041 bool is_src_reg_u32 = get_reg_width(src_reg) <= 32; in check_alu_op()