Home
last modified time | relevance | path

Searched refs:prog_size (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/parisc/net/
H A Dbpf_jit_core.c46 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
78 prog_size = sizeof(*ctx->insns) * ctx->ninsns; in bpf_int_jit_compile()
112 prog_size = sizeof(*ctx->insns) * ctx->ninsns; in bpf_int_jit_compile()
115 bpf_jit_binary_alloc(prog_size + extable_size, in bpf_int_jit_compile()
142 prog->aux->extable = (void *)ctx->insns + prog_size; in bpf_int_jit_compile()
158 bpf_jit_dump(prog->len, prog_size, pass, ctx->insns); in bpf_int_jit_compile()
165 prog->jited_len = prog_size; in bpf_int_jit_compile()
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_core.c47 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
79 prog_size = sizeof(*ctx->insns) * ctx->ninsns; in bpf_int_jit_compile()
123 prog_size = sizeof(*ctx->insns) * ctx->ninsns; in bpf_int_jit_compile()
126 bpf_jit_binary_pack_alloc(prog_size + extable_size, in bpf_int_jit_compile()
159 prog->aux->extable = (void *)ctx->ro_insns + prog_size; in bpf_int_jit_compile()
174 bpf_jit_dump(prog->len, prog_size, pass, ctx->insns); in bpf_int_jit_compile()
178 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
/linux-6.15/include/sound/
H A Dtas2781-dsp.h97 unsigned int prog_size; member
/linux-6.15/arch/loongarch/net/
H A Dbpf_jit.c1193 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1234 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1263 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1264 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1276 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile()
1299 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
1324 prog->jited_len = prog_size; in bpf_int_jit_compile()
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c1874 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
1919 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1958 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1960 extable_offset = round_up(prog_size + PLT_TARGET_SIZE, extable_align); in bpf_int_jit_compile()
2023 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
2027 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
2063 prog->jited_len = prog_size; in bpf_int_jit_compile()
/linux-6.15/sound/pci/hda/
H A Dtas2781_spi_fwlib.c574 program->prog_size = get_unaligned_be32(&buf[offset]); in fw_parse_variable_header_kernel()
/linux-6.15/sound/soc/codecs/
H A Dtas2781-fmwlib.c742 program->prog_size = get_unaligned_be32(&buf[offset]); in fw_parse_variable_header_kernel()