Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddavinci_mmc.c122 uint *cur_st, uint st_ready, uint st_error) argument
125 uint mmcstatus = *cur_st;
129 *cur_st = mmcstatus;
/openbmc/linux/kernel/bpf/
H A Dverifier.c7844 static struct bpf_reg_state *get_iter_from_state(struct bpf_verifier_state *cur_st, in get_iter_from_state() argument
7850 return &cur_st->frame[iter_frameno]->stack[iter_spi].spilled_ptr; in get_iter_from_state()
7934 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local
7935 struct bpf_func_state *cur_fr = cur_st->frame[cur_st->curframe], *queued_fr; in process_iter_next_call()
7940 cur_iter = get_iter_from_state(cur_st, meta); in process_iter_next_call()
7953 if (!cur_st->parent || cur_st->parent->insn_idx != insn_idx || in process_iter_next_call()
7954 !same_callsites(cur_st->parent, cur_st)) { in process_iter_next_call()
7962 prev_st = find_prev_entry(env, cur_st->parent, insn_idx); in process_iter_next_call()