Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c8859 * So we look through our idmap to see if this old id has been seen before. If
8862 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_id_pair *idmap) in check_ids() argument
8867 if (!idmap[i].old) { in check_ids()
8869 idmap[i].old = old_id; in check_ids()
8870 idmap[i].cur = cur_id; in check_ids()
8873 if (idmap[i].old == old_id) { in check_ids()
8874 return idmap[i].cur == cur_id; in check_ids()
8877 /* We ran out of idmap slots, which should be impossible */ in check_ids()
8983 struct bpf_id_pair *idmap) in regsafe()
9049 return check_ids(rold->id, rcur->id, idmap); in regsafe()
8982 regsafe(struct bpf_verifier_env *env, struct bpf_reg_state *rold, struct bpf_reg_state *rcur, struct bpf_id_pair *idmap) regsafe() argument
9109 stacksafe(struct bpf_verifier_env *env, struct bpf_func_state *old, struct bpf_func_state *cur, struct bpf_id_pair *idmap) stacksafe() argument
[all...]

Completed in 14 milliseconds