Home
last modified time | relevance | path

Searched refs:history (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c1757 /* for any branch, call, exit record the history of jmps in the given state */
1776 * history then previous instruction came from straight line execution.
1778 static int get_prev_insn_idx(struct bpf_verifier_state *st, int i, u32 *history) in get_prev_insn_idx() argument
1780 u32 cnt = *history; in get_prev_insn_idx()
1784 (*history)--; in get_prev_insn_idx()
2088 u32 history = st->jmp_history_cnt; in __mark_chain_precision() local
2116 i = get_prev_insn_idx(st, i, &history); in __mark_chain_precision()
8466 * to record jmp history in is_state_visited(). in check_cfg()

Completed in 17 milliseconds