Searched refs:regs_exact (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 7795 static bool regs_exact(const struct bpf_reg_state *rold, 7807 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg() 15981 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() function 15995 return regs_exact(rold, rcur, idmap); in regsafe() 16106 return regs_exact(rold, rcur, idmap) && rold->frameno == rcur->frameno; in regsafe() 16108 return regs_exact(rold, rcur, idmap); in regsafe()
|