Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h263 struct bpf_stack_state { struct
343 struct bpf_stack_state *stack;
/linux/drivers/net/ethernet/netronome/nfp/bpf/
A Dverifier.c104 struct bpf_stack_state *stack_entry; in nfp_bpf_map_update_value_ok()
/linux/Documentation/bpf/
A Dverifier.rst372 struct bpf_stack_state {
380 struct bpf_stack_state *stack;
/linux/kernel/bpf/
A Dverifier.c1020 struct bpf_stack_state *slot = &state->stack[spi - i]; in mark_stack_slots_iter()
1058 struct bpf_stack_state *slot = &state->stack[spi - i]; in unmark_stack_slots_iter()
1095 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_uninit()
1116 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_init()
1142 static bool is_stack_slot_special(const struct bpf_stack_state *stack) in is_stack_slot_special()
1164 static bool is_spilled_reg(const struct bpf_stack_state *stack) in is_spilled_reg()
1169 static bool is_spilled_scalar_reg(const struct bpf_stack_state *stack) in is_spilled_scalar_reg()
1175 static bool is_spilled_scalar_reg64(const struct bpf_stack_state *stack) in is_spilled_scalar_reg64()
1276 dst->stack = copy_array(dst->stack, src->stack, n, sizeof(struct bpf_stack_state), in copy_stack_state()
17356 struct bpf_stack_state *stack) in is_stack_all_misc()
[all …]

Completed in 45 milliseconds