Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_64.c1474 u32 prev_image_size, image_size; in bpf_int_jit_compile() local
1510 prev_image_size = image_size; in bpf_int_jit_compile()
1530 prev_image_size = ~0U; in bpf_int_jit_compile()
1551 if (ctx.idx * 4 == prev_image_size) in bpf_int_jit_compile()
1553 prev_image_size = ctx.idx * 4; in bpf_int_jit_compile()
1580 if (ctx.idx * 4 != prev_image_size) { in bpf_int_jit_compile()
1582 prev_image_size, ctx.idx * 4); in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_64.c1485 u32 prev_image_size, image_size; in bpf_int_jit_compile() local
1521 prev_image_size = image_size; in bpf_int_jit_compile()
1541 prev_image_size = ~0U; in bpf_int_jit_compile()
1562 if (ctx.idx * 4 == prev_image_size) in bpf_int_jit_compile()
1564 prev_image_size = ctx.idx * 4; in bpf_int_jit_compile()
1591 if (ctx.idx * 4 != prev_image_size) { in bpf_int_jit_compile()
1593 prev_image_size, ctx.idx * 4); in bpf_int_jit_compile()

Completed in 4 milliseconds