Searched refs:bpf_jit_dump (Results 1 – 11 of 11) sorted by relevance
/linux/arch/parisc/net/ |
H A D | bpf_jit_core.c | 158 bpf_jit_dump(prog->len, prog_size, pass, ctx->insns); in bpf_int_jit_compile()
|
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 747 bpf_jit_dump(flen, proglen, pass + 1, image); in bpf_jit_compile()
|
H A D | bpf_jit_comp_64.c | 1600 bpf_jit_dump(prog->len, image_size, pass, ctx.image); in bpf_int_jit_compile()
|
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.c | 1021 bpf_jit_dump(prog->len, image_size, 2, ctx.target); in bpf_int_jit_compile()
|
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 1291 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
|
/linux/include/linux/ |
H A D | filter.h | 1264 static inline void bpf_jit_dump(unsigned int flen, unsigned int proglen, in bpf_jit_dump() function
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp32.c | 2601 bpf_jit_dump(prog->len, proglen, pass + 1, image); in bpf_int_jit_compile()
|
H A D | bpf_jit_comp.c | 3569 bpf_jit_dump(prog->len, proglen, pass + 1, rw_image); in bpf_int_jit_compile()
|
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 2266 bpf_jit_dump(prog->len, image_size, 2, ctx.target); in bpf_int_jit_compile()
|
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2333 bpf_jit_dump(fp->len, jit.size, pass, jit.prg_buf); in bpf_int_jit_compile()
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1897 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
|