Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c8943 static bool regs_exact(const struct bpf_reg_state *rold,
8955 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg()
19066 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() function
19087 return regs_exact(rold, rcur, idmap); in regsafe()
19199 return regs_exact(rold, rcur, idmap) && rold->frameno == rcur->frameno; in regsafe()
19207 return regs_exact(rold, rcur, idmap); in regsafe()