Searched refs:jited (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c175 prog->jited = 1;
262 if (prog->jited) {
H A Dbpf_jit_comp64.c737 if (!p->jited)
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c224 fp->jited = 1;
341 if (fp->jited) {
/linux-master/arch/parisc/net/
H A Dbpf_jit_core.c164 prog->jited = 1;
/linux-master/kernel/bpf/
H A Dcore.c183 (!prog->jited || !prog->aux->jited_linfo[0])) {
199 * jited_off is the byte off to the end of the jited insn.
684 return fp->jited && !bpf_prog_was_classic(fp);
1225 if (fp->jited) {
2308 map->owner.jited = fp->jited;
2313 map->owner.jited == fp->jited &&
2395 if (!fp->jited && jit_needed) {
H A Dsyscall.c840 u32 type = 0, jited = 0; local
845 jited = map->owner.jited;
870 seq_printf(m, "owner_jited:\t%u\n", jited);
2365 prog->jited,
2846 prog->jited = 0;
H A Dtrampoline.c654 p->jited = false;
H A Dverifier.c19230 if (!func[i]->jited) {
19309 prog->jited = 1;
20848 if (!tgt_prog->jited) {
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c751 fp->jited = 1;
760 if (fp->jited)
H A Dbpf_jit_comp_64.c1613 prog->jited = 1;
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1649 * instruction[i] in jited image, so build prologue first.
1724 prog->jited = 0;
1749 prog->jited = 1;
1857 if (!p->jited)
2469 if (prog->jited) {
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c1302 prog->jited = 0;
1312 prog->jited = 1;
/linux-master/include/linux/
H A Dfilter.h893 if (!fp->jited) {
1136 return fp->jited && bpf_jit_is_ebpf();
H A Dbpf.h297 bool jited; member in struct:bpf_map::__anon205
1504 /* jited_linfo is the jited addr of the linfo. It has a
1506 * jited_linfo[i] is the jited addr for the linfo[i]->insn_off.
1530 u16 jited:1, /* Is our filter JIT'ed? */ member in struct:bpf_prog
1548 u32 jited_len; /* Size of jited insns in bytes */
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c1023 prog->jited = 1;
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2527 if (!p->jited)
3250 prog->jited = 0;
3323 prog->jited = 1;
3364 if (prog->jited) {
H A Dbpf_jit_comp32.c2606 prog->jited = 1;
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2118 fp->jited = 1;
2285 if (!p->jited)
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c2278 prog->jited = 1;
/linux-master/lib/
H A Dtest_bpf.c15171 pr_cont("jited:%u ", fp->jited);
15174 if (fp->jited)
15536 pr_cont("jited:%u ", fp->jited);
15539 if (fp->jited)
/linux-master/net/core/
H A Dfilter.c1323 fp->jited = 0;
1350 if (!fp->jited)

Completed in 346 milliseconds