Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf_verifier.h190 STACK_ZERO, /* BPF program wrote constant zero */ enumerator
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c109 if (stack_entry->slot_type[soff % BPF_REG_SIZE] == STACK_ZERO) in nfp_bpf_map_update_value_ok()
/linux-6.1.9/kernel/bpf/
Dverifier.c596 [STACK_ZERO] = '0',
3068 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
3132 type = STACK_ZERO; in check_stack_write_fixed_off()
3202 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
3224 if (writing_zero && *stype == STACK_ZERO) { in check_stack_write_var_off()
3225 new_type = STACK_ZERO; in check_stack_write_var_off()
3275 if (stype[slot % BPF_REG_SIZE] != STACK_ZERO) in mark_reg_stack_read()
3392 if (type == STACK_ZERO) in check_stack_read_fixed_off()
5170 if (*stype == STACK_ZERO) { in check_stack_range_initialized()
11669 cur->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_ZERO) in stacksafe()