Searched refs:is_reg64 (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 1590 static bool is_reg64(struct bpf_verifier_env *env, struct bpf_insn *insn, u32 regno, struct bpf_reg_state *reg,
in is_reg64() function 1695 return !is_reg64(env, insn, insn->dst_reg, NULL, DST_OP);
in insn_has_def32() 1725 rw64 = is_reg64(env, insn, regno, reg, t);
in check_reg_arg() 10737 if (is_reg64(env, &insn, insn.dst_reg, NULL, DST_OP)) {
in opt_subreg_zext_lo32_rnd_hi32()
|
Completed in 16 milliseconds