Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c4580 static int get_reg_width(struct bpf_reg_state *reg) in get_reg_width() function
4663 reg_value_fits = get_reg_width(reg) <= BITS_PER_BYTE * size; in check_stack_write_fixed_off()
4964 if (get_reg_width(reg) > size * BITS_PER_BYTE) in check_stack_read_fixed_off()
14427 bool is_src_reg_u32 = get_reg_width(src_reg) <= 32; in check_alu_op()