Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h287 struct bpf_stack_state { struct
370 struct bpf_stack_state *stack;
1128 static inline bool bpf_is_spilled_reg(const struct bpf_stack_state *stack) in bpf_is_spilled_reg()
1133 static inline bool bpf_is_spilled_scalar_reg(const struct bpf_stack_state *stack) in bpf_is_spilled_scalar_reg()
/linux/kernel/bpf/
H A Dverifier.c953 struct bpf_stack_state *slot = &state->stack[spi - i]; in mark_stack_slots_iter()
990 struct bpf_stack_state *slot = &state->stack[spi - i]; in unmark_stack_slots_iter()
1024 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_uninit()
1045 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_init()
1075 struct bpf_stack_state *slot; in mark_stack_slot_irq_flag()
1106 struct bpf_stack_state *slot; in unmark_stack_slot_irq_flag()
1155 struct bpf_stack_state *slot; in is_irq_flag_reg_valid_uninit()
1179 struct bpf_stack_state *slot; in is_irq_flag_reg_valid_init()
1205 static bool is_stack_slot_special(const struct bpf_stack_state *stack) in is_stack_slot_special()
1336 dst->stack = copy_array(dst->stack, src->stack, n, sizeof(struct bpf_stack_state), in copy_stack_state()
[all …]