Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/net/
Dbpf_jit_comp.c117 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument
121 if (r1 >= 6 && r1 <= 15 && !jit->seen_reg[r1]) in reg_set_seen()
122 jit->seen_reg[r1] = 1; in reg_set_seen()
127 reg_set_seen(jit, b1); \
130 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]]
138 if (jit->prg_buf) \
139 *(u16 *) (jit->prg_buf + jit->prg) = (op); \
140 jit->prg += 2; \
152 if (jit->prg_buf) \
153 *(u32 *) (jit->prg_buf + jit->prg) = (op); \
[all …]
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
DMakefile72 bpf/jit.o
/Linux-v6.6/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-v6.6/tools/perf/tests/shell/
Dtest_intel_pt.sh413 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
/Linux-v6.6/Documentation/bpf/
Dbtf.rst713 func signatures and line info, along with byte/jit codes.