Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c811 if (reg->dynptr_id) in print_verifier_state()
812 verbose_a("dynptr_id=%d", reg->dynptr_id); in print_verifier_state()
H A Dverifier.c290 int dynptr_id; member
743 bool first_slot, int dynptr_id);
915 int i, dynptr_id; in destroy_if_dynptr_stack_slot() local
943 dynptr_id = state->stack[spi].spilled_ptr.id; in destroy_if_dynptr_stack_slot()
949 if (dreg->dynptr_id == dynptr_id) in destroy_if_dynptr_stack_slot()
2245 bool first_slot, int dynptr_id) in __mark_dynptr_reg() argument
2254 reg->id = dynptr_id; in __mark_dynptr_reg()
9701 static int dynptr_id(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_id() function
11872 if (meta.dynptr_id) { in check_helper_call()
11881 id = dynptr_id(env, reg); in check_helper_call()
[all …]