Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/net/
Dbpf_jit_comp.c112 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument
116 if (!jit->seen_reg[r1] && r1 >= 6 && r1 <= 15) in reg_set_seen()
117 jit->seen_reg[r1] = 1; in reg_set_seen()
122 reg_set_seen(jit, b1); \
125 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]]
133 if (jit->prg_buf) \
134 *(u16 *) (jit->prg_buf + jit->prg) = op; \
135 jit->prg += 2; \
147 if (jit->prg_buf) \
148 *(u32 *) (jit->prg_buf + jit->prg) = op; \
[all …]
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
DMakefile63 bpf/jit.o
/Linux-v5.4/tools/perf/Documentation/
Dperf-inject.txt57 --jit::
Djitdump-specification.txt64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional)
/Linux-v5.4/Documentation/arm64/
Dmemory.rst36 ffffa00000000000 ffffa00007ffffff 128MB bpf jit region
56 ffffa00000000000 ffffa00007ffffff 128MB bpf jit region
/Linux-v5.4/Documentation/bpf/
Dbtf.rst617 func signatures and line info, along with byte/jit codes.