Searched refs:bpf_jit_emit_insn (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_core.c | 26 ret = bpf_jit_emit_insn(insn, ctx, extra_pass); in build_body()
|
H A D | bpf_jit.h | 476 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct hppa_jit_context *ctx,
|
H A 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
|
H A 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
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_core.c | 27 ret = bpf_jit_emit_insn(insn, ctx, extra_pass); in build_body()
|
H A D | bpf_jit.h | 1095 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx,
|
H A D | bpf_jit_comp32.c | 954 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx, in bpf_jit_emit_insn() function
|
H A D | bpf_jit_comp64.c | 1069 int bpf_jit_emit_insn(const struct bpf_insn *insn, struct rv_jit_context *ctx, in bpf_jit_emit_insn() function
|