Searched refs:insn_aux (Results 1 – 2 of 2) sorted by relevance
9640 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state() local9645 map = insn_aux->map_ptr_state.map_ptr; in set_map_elem_callback_state()12814 struct bpf_reg_state *regs, struct bpf_insn_aux_data *insn_aux, in check_special_kfunc() argument12900 insn_aux->obj_new_size = ret_t->size; in check_special_kfunc()12901 insn_aux->kptr_struct_meta = struct_meta; in check_special_kfunc()12908 insn_aux->kptr_struct_meta = in check_special_kfunc()12998 struct bpf_insn_aux_data *insn_aux; in check_kfunc_call() local13014 insn_aux = &env->insn_aux_data[insn_idx]; in check_kfunc_call()13016 insn_aux->is_iter_next = bpf_is_iter_next_kfunc(&meta); in check_kfunc_call()13061 insn_aux->non_sleepable = true; in check_kfunc_call()[all …]
2113 struct bpf_insn_aux_data *insn_aux = env->insn_aux_data; in bpf_compute_live_registers() local2176 insn_aux[i].live_regs_before = state[i].in; in bpf_compute_live_registers()2187 if (insn_aux[i].live_regs_before & BIT(j)) in bpf_compute_live_registers()