Searched refs:regs_exact (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/bpf/ |
H A D | verifier.c | 8451 static bool regs_exact(const struct bpf_reg_state *rold, 8463 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg() 17833 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() function 17854 return regs_exact(rold, rcur, idmap); in regsafe() 17969 return regs_exact(rold, rcur, idmap) && rold->frameno == rcur->frameno; in regsafe() 17973 return regs_exact(rold, rcur, idmap); in regsafe()
|