Searched refs:regsafe (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c4103 * ignored by state comparison code (see regsafe() for details). Only
4105 * state's register/slot is precise, regsafe() assumes current state's
16674 static bool regsafe(struct bpf_verifier_env *env, struct bpf_reg_state *rold, function
16878 * regsafe() to ensure scalar ids are compared.
16883 if (!regsafe(env, old_reg, cur_reg, idmap, exact))
16919 if (!regsafe(env, &old->stack[spi].spilled_ptr,
17010 if (!regsafe(env, &old->regs[i], &cur->regs[i],

Completed in 315 milliseconds