Searched defs:is32 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.h | 68 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_zext_32() argument 77 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_sext_32() argument 106 static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) in move_imm() argument
|
H A D | bpf_jit.c | 464 const bool is32 = BPF_CLASS(insn->code) == BPF_ALU || BPF_CLASS(insn->code) == BPF_JMP32; in build_insn() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 286 bool is32 = (BPF_CLASS(insn->code) == BPF_ALU); in build_insn() local [all...] |
H A D | ebpf_jit.h | 596 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_zext_32() argument 611 move_imm32(struct jit_ctx *ctx, enum loongarch_gpr rd, int imm32, bool is32) move_imm32() argument 648 move_imm64(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm64, bool is32) move_imm64() argument
|
/kernel/linux/linux-6.6/arch/s390/net/ |
H A D | bpf_jit_comp.c | 1306 bool is32 = BPF_SIZE(insn->code) == BPF_W; in bpf_jit_insn() local
|
Completed in 7 milliseconds