Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c491 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() function
512 return regs_exact(rold, rcur, idmap); in regsafe()
648 return regs_exact(rold, rcur, idmap) && rold->frameno == rcur->frameno; in regsafe()
655 return regs_exact(rold, rcur, idmap); in regsafe()