Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit_core.c174 prog->jited = 1; in bpf_int_jit_compile()
261 if (prog->jited) { in bpf_jit_free()
/kernel/linux/linux-5.10/arch/riscv/net/
H A Dbpf_jit_core.c160 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c175 (!prog->jited || !prog->aux->jited_linfo[0])) { in bpf_prog_jit_attempt_done()
191 * jited_off is the byte off to the end of the jited insn.
676 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
1196 if (fp->jited) { in bpf_jit_free()
2278 map->owner.jited = fp->jited; in bpf_prog_map_compatible()
2283 map->owner.jited == fp->jited && in bpf_prog_map_compatible()
2365 if (!fp->jited && jit_needed) { in bpf_prog_select_runtime()
H A Dsyscall.c803 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
808 jited = map->owner.jited; in bpf_map_show_fdinfo()
833 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
2270 prog->jited, in bpf_prog_show_fdinfo()
2711 prog->jited = 0; in bpf_prog_load()
H A Dtrampoline.c643 p->jited = false; in cgroup_shim_alloc()
/kernel/linux/linux-6.6/arch/parisc/net/
H A Dbpf_jit_core.c164 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp.c203 fp->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit_comp.c670 fp->jited = 1; in bpf_jit_compile()
679 if (fp->jited) in bpf_jit_free()
H A Dbpf_jit_comp64.c1299 fp->jited = 1; in bpf_int_jit_compile()
1330 if (fp->jited) in bpf_jit_free()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c172 * jited_off is the byte off to the last byte of the jited insn.
651 return fp->jited && !bpf_prog_was_classic(fp); in bpf_prog_kallsyms_candidate()
921 if (fp->jited) { in bpf_jit_free()
1793 array->aux->owner.jited = fp->jited; in bpf_prog_array_compatible()
1797 array->aux->owner.jited == fp->jited; in bpf_prog_array_compatible()
1869 if (!fp->jited) { in bpf_prog_select_runtime()
H A Dsyscall.c550 u32 type = 0, jited = 0; in bpf_map_show_fdinfo() local
556 jited = array->aux->owner.jited; in bpf_map_show_fdinfo()
579 seq_printf(m, "owner_jited:\t%u\n", jited); in bpf_map_show_fdinfo()
1840 prog->jited, in bpf_prog_show_fdinfo()
2214 prog->jited = 0; in bpf_prog_load()
/kernel/linux/linux-5.10/include/linux/
H A Dfilter.h542 u16 jited:1, /* Is our filter JIT'ed? */ member
556 u32 jited_len; /* Size of jited insns in bytes */
829 if (!fp->jited) { in bpf_prog_lock_ro()
1053 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_32.c751 fp->jited = 1; in bpf_jit_compile()
760 if (fp->jited) in bpf_jit_free()
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_32.c751 fp->jited = 1; in bpf_jit_compile()
760 if (fp->jited) in bpf_jit_free()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c2178 if (!p->jited) in invoke_bpf_prog()
2803 prog->jited = 0; in bpf_int_jit_compile()
2869 prog->jited = 1; in bpf_int_jit_compile()
2910 if (prog->jited) { in bpf_jit_free()
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c1047 * instruction[i] in jited image, so build prologue first. in bpf_int_jit_compile()
1113 prog->jited = 0; in bpf_int_jit_compile()
1124 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.c952 prog->jited = 0; in bpf_int_jit_compile()
962 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/mips/net/
H A Dbpf_jit.c1287 fp->jited = 1; in bpf_jit_compile()
1295 if (fp->jited) in bpf_jit_free()
/kernel/linux/linux-6.6/arch/loongarch/net/
H A Dbpf_jit.c1214 prog->jited = 0; in bpf_int_jit_compile()
1224 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/include/linux/
H A Dfilter.h848 if (!fp->jited) { in bpf_prog_lock_ro()
1092 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
H A Dbpf.h293 bool jited; member
1455 /* jited_linfo is the jited addr of the linfo. It has a
1457 * jited_linfo[i] is the jited addr for the linfo[i]->insn_off.
1481 u16 jited:1, /* Is our filter JIT'ed? */ member
1498 u32 jited_len; /* Size of jited insns in bytes */
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c1576 * instruction[i] in jited image, so build prologue first. in bpf_int_jit_compile()
1647 prog->jited = 0; in bpf_int_jit_compile()
1658 prog->jited = 1; in bpf_int_jit_compile()
1751 if (!p->jited) in invoke_bpf_prog()
/kernel/linux/linux-6.6/arch/mips/net/
H A Dbpf_jit_comp.c1023 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c1562 if (!p->jited) in invoke_bpf_prog()
2139 prog->jited = 1; in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c1982 fp->jited = 1; in bpf_int_jit_compile()
2152 if (!p->jited) in invoke_bpf_prog()

Completed in 52 milliseconds

12