Searched defs:is_jmp32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c1129 bool is_jmp32 = BPF_CLASS(code) == BPF_JMP32; local
1160 bool is_jmp32 = BPF_CLASS(code) == BPF_JMP32; local
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c1812 bool is_jmp32 = BPF_CLASS(insn->code) == BPF_JMP32; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c3203 bool is_jmp32 = is_mbpf_jmp32(meta); local
/linux-master/kernel/bpf/
H A Dverifier.c14297 is_scalar_branch_taken(struct bpf_reg_state *reg1, struct bpf_reg_state *reg2, u8 opcode, bool is_jmp32) argument
14493 is_branch_taken(struct bpf_reg_state *reg1, struct bpf_reg_state *reg2, u8 opcode, bool is_jmp32) argument
14561 regs_refine_cond_op(struct bpf_reg_state *reg1, struct bpf_reg_state *reg2, u8 opcode, bool is_jmp32) argument
14729 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) argument
14959 bool is_jmp32; local
[all...]

Completed in 197 milliseconds