Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c18193 return check_ids(old_id, cur_id, idmap); in check_scalar_ids()
18297 check_ids(rold->id, rcur->id, idmap) && in regs_exact()
18298 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regs_exact()
18401 check_ids(rold->id, rcur->id, idmap) && in regsafe()
18402 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regsafe()
18419 if (!check_ids(rold->id, rcur->id, idmap)) in regsafe()
18567 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe()
18583 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe()
18622 if (!check_ids(old->active_irq_id, cur->active_irq_id, idmap)) in refsafe()
18625 if (!check_ids(old->active_lock_id, cur->active_lock_id, idmap) || in refsafe()
[all …]