Searched refs:rold (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 7795 static bool regs_exact(const struct bpf_reg_state *rold, 7800 struct bpf_reg_state *rold, struct bpf_reg_state *rcur, in maybe_widen_reg() argument 7803 if (rold->type != SCALAR_VALUE) in maybe_widen_reg() 7805 if (rold->type != rcur->type) in maybe_widen_reg() 7807 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap)) in maybe_widen_reg() 15981 static bool regs_exact(const struct bpf_reg_state *rold, in regs_exact() argument 15985 return memcmp(rold, rcur, offsetof(struct bpf_reg_state, id)) == 0 && in regs_exact() 15986 check_ids(rold->id, rcur->id, idmap) && in regs_exact() 15987 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regs_exact() 15991 static bool regsafe(struct bpf_verifier_env *env, struct bpf_reg_state *rold, in regsafe() argument [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm5110.c | 414 unsigned int lold, rold; in wm5110_put_dre() local 433 rold = dre & (1 << mc->rshift); in wm5110_put_dre() 438 if ((lena && lnew != lold) || (rena && rnew != rold)) { in wm5110_put_dre() 455 if (!rnew && rold) in wm5110_put_dre()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 13421 struct host_rlimit64 rnew, rold, *rnewp = 0; in _syscall2() local 13436 ret = get_errno(sys_prlimit64(arg1, resource, rnewp, arg4 ? &rold : 0)); in _syscall2() 13441 __put_user(rold.rlim_cur, &target_rold->rlim_cur); in _syscall2() 13442 __put_user(rold.rlim_max, &target_rold->rlim_max); in _syscall2()
|