Searched refs:bpf_jit_emit_insn (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_core.c | 26 ret = bpf_jit_emit_insn(insn, ctx, extra_pass); in build_body()
|
D | bpf_jit.h | 476 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct hppa_jit_context *ctx,
|
D | bpf_jit_comp64.c | 592 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct hppa_jit_context *ctx, in bpf_jit_emit_insn() function
|
D | bpf_jit_comp32.c | 1116 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct hppa_jit_context *ctx, in bpf_jit_emit_insn() function
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_core.c | 28 ret = bpf_jit_emit_insn(insn, ctx, extra_pass); in build_body()
|
D | bpf_jit.h | 1282 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx,
|
D | bpf_jit_comp32.c | 953 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx, in bpf_jit_emit_insn() function
|
D | bpf_jit_comp64.c | 1123 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx, in bpf_jit_emit_insn() function
|