/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_core.c | 174 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 D | bpf_jit_core.c | 160 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | core.c | 175 (!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 D | syscall.c | 803 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 D | trampoline.c | 643 p->jited = false; in cgroup_shim_alloc()
|
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_core.c | 164 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 203 fp->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 670 fp->jited = 1; in bpf_jit_compile() 679 if (fp->jited) in bpf_jit_free()
|
H A D | bpf_jit_comp64.c | 1299 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 D | core.c | 172 * 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 D | syscall.c | 550 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 D | filter.h | 542 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 D | bpf_jit_comp_32.c | 751 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 D | bpf_jit_comp_32.c | 751 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 D | bpf_jit_comp.c | 2178 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 D | bpf_jit_comp.c | 1047 * 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 D | ebpf_jit.c | 952 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 D | bpf_jit.c | 1287 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 D | bpf_jit.c | 1214 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 D | filter.h | 848 if (!fp->jited) { in bpf_prog_lock_ro() 1092 return fp->jited && bpf_jit_is_ebpf(); in bpf_prog_ebpf_jited()
|
H A D | bpf.h | 293 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 D | bpf_jit_comp.c | 1576 * 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 D | bpf_jit_comp.c | 1023 prog->jited = 1; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1562 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 D | bpf_jit_comp.c | 1982 fp->jited = 1; in bpf_int_jit_compile() 2152 if (!p->jited) in invoke_bpf_prog()
|