Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h234 STACK_ZERO, /* BPF program wrote constant zero */ enumerator
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c109 if (stack_entry->slot_type[soff % BPF_REG_SIZE] == STACK_ZERO) in nfp_bpf_map_update_value_ok()
/openbmc/linux/kernel/bpf/
H A Dverifier.c661 [STACK_ZERO] = '0',
1327 case STACK_ZERO: in is_stack_slot_special()
1504 case STACK_ZERO: in print_verifier_state()
4579 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
4658 type = STACK_ZERO; in check_stack_write_fixed_off()
4756 if (writing_zero && *stype == STACK_ZERO) { in check_stack_write_var_off()
4757 new_type = STACK_ZERO; in check_stack_write_var_off()
4808 if (stype[slot % BPF_REG_SIZE] != STACK_ZERO) in mark_reg_stack_read()
4929 if (type == STACK_ZERO) in check_stack_read_fixed_off()
7147 if ((*stype == STACK_ZERO) || in check_stack_range_initialized()
[all …]