Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c537 [STACK_ZERO] = '0',
840 case STACK_ZERO: in print_verifier_state()
H A Dverifier.c1308 case STACK_ZERO: in is_stack_slot_special()
1347 if (*stype == STACK_ZERO) in mark_stack_slot_misc()
5027 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
5107 type = STACK_ZERO; in check_stack_write_fixed_off()
5222 if (writing_zero && *stype == STACK_ZERO) { in check_stack_write_var_off()
5223 new_type = STACK_ZERO; in check_stack_write_var_off()
5274 if (stype[slot % BPF_REG_SIZE] != STACK_ZERO) in mark_reg_stack_read()
5360 if (type == STACK_ZERO) { in check_stack_read_fixed_off()
5410 if (type == STACK_ZERO) in check_stack_read_fixed_off()
7994 if ((*stype == STACK_ZERO) || in check_stack_range_initialized()
[all …]
/linux-6.15/include/linux/
H A Dbpf_verifier.h238 STACK_ZERO, /* BPF program wrote constant zero */ enumerator
/linux-6.15/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()