Searched refs:prog_size (Results 1 – 4 of 4) sorted by relevance
/linux/arch/parisc/net/ |
H A D | bpf_jit_core.c | 46 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/arch/loongarch/net/ |
H A D | bpf_jit.c | 1755 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local 1796 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 1825 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 1826 image_size = prog_size + extable_size; in bpf_int_jit_compile() 1838 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile() 1861 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile() 1886 prog->jited_len = prog_size; in bpf_int_jit_compile()
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1957 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local 2021 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 2063 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 2065 extable_offset = round_up(prog_size + PLT_TARGET_SIZE, extable_align); in bpf_int_jit_compile() 2128 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 2132 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile() 2168 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
|
/linux/sound/soc/codecs/ |
H A D | tas2781-fmwlib.c | 747 program->prog_size = get_unaligned_be32(&buf[offset]); in fw_parse_variable_header_kernel()
|