Searched refs:is_reg64 (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/kernel/bpf/ |
D | verifier.c | 3203 static bool is_reg64(struct bpf_verifier_env *env, struct bpf_insn *insn, in is_reg64() function 3320 return !is_reg64(env, insn, dst_reg, NULL, DST_OP); in insn_has_def32() 3351 rw64 = is_reg64(env, insn, regno, reg, t); in __check_reg_arg() 18166 if (is_reg64(env, &insn, load_reg, NULL, DST_OP)) { in opt_subreg_zext_lo32_rnd_hi32()
|