Searched refs:bpf_stack_state (Results 1 – 4 of 4) sorted by relevance
247 struct bpf_stack_state { struct328 struct bpf_stack_state *stack;
104 struct bpf_stack_state *stack_entry; in nfp_bpf_map_update_value_ok()
372 struct bpf_stack_state {380 struct bpf_stack_state *stack;
1022 struct bpf_stack_state *slot = &state->stack[spi - i]; in mark_stack_slots_iter()1060 struct bpf_stack_state *slot = &state->stack[spi - i]; in unmark_stack_slots_iter()1097 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_uninit()1118 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_init()1144 static bool is_stack_slot_special(const struct bpf_stack_state *stack) in is_stack_slot_special()1166 static bool is_spilled_reg(const struct bpf_stack_state *stack) in is_spilled_reg()1171 static bool is_spilled_scalar_reg(const struct bpf_stack_state *stack) in is_spilled_scalar_reg()1177 static bool is_spilled_scalar_reg64(const struct bpf_stack_state *stack) in is_spilled_scalar_reg64()1282 dst->stack = copy_array(dst->stack, src->stack, n, sizeof(struct bpf_stack_state), in copy_stack_state()1316 state->stack = realloc_array(state->stack, old_n, n, sizeof(struct bpf_stack_state)); in grow_stack_state()[all …]