Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/net/
Dbpf_jit_comp_64.c1471 u32 prev_image_size, image_size; in bpf_int_jit_compile() local
1507 prev_image_size = image_size; in bpf_int_jit_compile()
1527 prev_image_size = ~0U; in bpf_int_jit_compile()
1548 if (ctx.idx * 4 == prev_image_size) in bpf_int_jit_compile()
1550 prev_image_size = ctx.idx * 4; in bpf_int_jit_compile()
1577 if (ctx.idx * 4 != prev_image_size) { in bpf_int_jit_compile()
1579 prev_image_size, ctx.idx * 4); in bpf_int_jit_compile()