Searched defs:is_jmp32 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 1531 bool is_jmp32 = BPF_CLASS(code) == BPF_JMP32; bpf_jit_build_body() local 1562 bool is_jmp32 = BPF_CLASS(code) == BPF_JMP32; bpf_jit_build_body() local
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 16075 is_scalar_branch_taken(struct bpf_reg_state * reg1,struct bpf_reg_state * reg2,u8 opcode,bool is_jmp32) is_scalar_branch_taken() argument 16299 is_branch_taken(struct bpf_reg_state * reg1,struct bpf_reg_state * reg2,u8 opcode,bool is_jmp32) is_branch_taken() argument 16367 regs_refine_cond_op(struct bpf_reg_state * reg1,struct bpf_reg_state * reg2,u8 opcode,bool is_jmp32) regs_refine_cond_op() argument 16547 reg_set_min_max(struct bpf_verifier_env * env,struct bpf_reg_state * true_reg1,struct bpf_reg_state * true_reg2,struct bpf_reg_state * false_reg1,struct bpf_reg_state * false_reg2,u8 opcode,bool is_jmp32) reg_set_min_max() argument 16861 bool is_jmp32; check_cond_jmp_op() local [all...] |
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 3203 bool is_jmp32 = is_mbpf_jmp32(meta); in jne_imm() local
|