Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.c2173 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
2200 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
2227 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
2228 image_size = prog_size + extable_size; in bpf_int_jit_compile()
2246 prog->aux->extable = (void *)ro_image_ptr + prog_size; in bpf_int_jit_compile()
2263 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
2289 prog->jited_len = prog_size; in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2008 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
2055 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
2091 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
2093 extable_offset = round_up(prog_size + PLT_TARGET_SIZE, extable_align); in bpf_int_jit_compile()
2148 prog_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
2152 bpf_jit_dump(prog->len, prog_size, 2, ctx.image); in bpf_int_jit_compile()
2179 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c826 program->prog_size = get_unaligned_be32(&buf[offset]); in fw_parse_variable_header_kernel()