Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c8085 static bool regs_exact(const struct bpf_reg_state *rold,
8097 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg()
17201 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() function
17222 return regs_exact(rold, rcur, idmap); in regsafe()
17337 return regs_exact(rold, rcur, idmap) && rold->frameno == rcur->frameno; in regsafe()
17341 return regs_exact(rold, rcur, idmap); in regsafe()