Searched refs:bpf_jit_dump (Results 1 – 12 of 12) 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/riscv/net/ |
H A D | bpf_jit_core.c | 173 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/arc/net/ |
H A D | bpf_jit_core.c | 123 * input BPF stream. "bpf_jit_dump()" is not fully suited for this purpose. 137 * 1. Use the standard bpf_jit_dump() which is meant only for JITed code. 155 bpf_jit_dump(ctx->prog->len, ctx->jit.len, pass, ctx->jit.buf); in jit_dump()
|
/linux/include/linux/ |
H A D | filter.h | 1296 static inline void bpf_jit_dump(unsigned int flen, unsigned int proglen, in bpf_jit_dump() function
|
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 1861 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
|
/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 | 3695 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 | 2361 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 | 2132 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
|