Symbol: SZL
arch/powerpc/net/bpf_jit_comp.c
1017
EMIT(PPC_RAW_LL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1253
ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL),
arch/powerpc/net/bpf_jit_comp.c
690
EMIT(PPC_RAW_STL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
692
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
693
EMIT(PPC_RAW_STL(_R3, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
703
EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
716
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
717
EMIT(PPC_RAW_STL(_R3, _R1, STACK_FRAME_MIN_SIZE + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
745
if (m->arg_size[i] > SZL)
arch/powerpc/net/bpf_jit_comp.c
746
nr_regs += round_up(m->arg_size[i], SZL) / SZL - 1;
arch/powerpc/net/bpf_jit_comp.c
797
bpf_frame_size += (nr_regs > 8 ? nr_regs : 8) * SZL;
arch/powerpc/net/bpf_jit_comp.c
801
bpf_frame_size += round_up(sizeof(struct bpf_tramp_run_ctx), SZL);
arch/powerpc/net/bpf_jit_comp.c
806
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
810
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
814
bpf_frame_size += nr_regs * SZL;
arch/powerpc/net/bpf_jit_comp.c
820
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
824
bpf_frame_size += 2 * SZL;
arch/powerpc/net/bpf_jit_comp.c
828
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
833
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
839
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
84
ctx->idx += SZL / 4;
arch/powerpc/net/bpf_jit_comp.c
841
r4_off = regs_off + SZL;
arch/powerpc/net/bpf_jit_comp.c
854
bpf_frame_size = round_up(bpf_frame_size, SZL * 2);
arch/powerpc/net/bpf_jit_comp.c
89
EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL));
arch/powerpc/net/bpf_jit_comp.c
917
EMIT(PPC_RAW_STL(_R26, _R1, nvr_off + SZL));