Home
last modified time | relevance | path

Searched refs:jit (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/arch/s390/net/
Dbpf_jit_comp.c122 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument
127 jit->seen_regs |= (1 << r1); in reg_set_seen()
132 reg_set_seen(jit, b1); \
141 if (jit->prg_buf) \
142 *(u16 *) (jit->prg_buf + jit->prg) = (op); \
143 jit->prg += 2; \
155 if (jit->prg_buf) \
156 *(u32 *) (jit->prg_buf + jit->prg) = (op); \
157 jit->prg += 4; \
204 int __rel = ((target) - jit->prg) / 2; \
[all …]
/linux-6.12.1/arch/arc/net/
Dbpf_jit_core.c103 struct jit_buffer jit; member
152 dump_bytes(ctx->jit.buf, ctx->jit.len, header); in jit_dump()
155 bpf_jit_dump(ctx->prog->len, ctx->jit.len, pass, ctx->jit.buf); in jit_dump()
235 ctx->jit.buf = NULL; in jit_ctx_cleanup()
236 ctx->jit.index = 0; in jit_ctx_cleanup()
237 ctx->jit.len = 0; in jit_ctx_cleanup()
271 if (!ctx->jit.buf) { in jit_buffer_check()
275 } else if (ctx->jit.index > ctx->jit.len) { in jit_buffer_check()
288 ctx->jit.len += n; in jit_buffer_update()
290 ctx->jit.index += n; in jit_buffer_update()
[all …]
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/
DMakefile72 bpf/jit.o
/linux-6.12.1/tools/perf/Documentation/
Dperf-inject.txt75 --jit::
Djitdump-specification.txt64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional)
/linux-6.12.1/tools/perf/tests/shell/
Dtest_intel_pt.sh414 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
/linux-6.12.1/Documentation/bpf/
Dbtf.rst742 func signatures and line info, along with byte/jit codes.