Searched refs:regs_exact (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 8748 static bool regs_exact(const struct bpf_reg_state *rold, 8760 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg() 18292 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() function 18313 return regs_exact(rold, rcur, idmap); in regsafe() 18428 return regs_exact(rold, rcur, idmap) && rold->frameno == rcur->frameno; in regsafe() 18432 return regs_exact(rold, rcur, idmap); in regsafe()
|