Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1473 bool bpf_is_reg64(struct bpf_insn *insn, u32 regno, struct bpf_reg_state *reg, enum bpf_reg_arg_typ…
/linux/kernel/bpf/
H A Dfixups.c55 return !bpf_is_reg64(insn, dst_reg, NULL, DST_OP); in insn_has_def32()
623 if (bpf_is_reg64(&insn, load_reg, NULL, DST_OP)) { in bpf_opt_subreg_zext_lo32_rnd_hi32()
H A Dverifier.c3348 bool bpf_is_reg64(struct bpf_insn *insn, in bpf_is_reg64() function
3457 rw64 = bpf_is_reg64(insn, regno, reg, t); in __check_reg_arg()