Symbol: SZL
arch/powerpc/net/bpf_jit_comp.c
1013
EMIT(PPC_RAW_STL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1146
EMIT(PPC_RAW_LL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1382
ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL),
arch/powerpc/net/bpf_jit_comp.c
775
EMIT(PPC_RAW_STL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
777
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
778
EMIT(PPC_RAW_STL(_R3, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
788
EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
801
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
802
EMIT(PPC_RAW_STL(_R3, _R1, STACK_FRAME_MIN_SIZE + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
834
if (m->arg_size[i] > SZL)
arch/powerpc/net/bpf_jit_comp.c
835
nr_regs += round_up(m->arg_size[i], SZL) / SZL - 1;
arch/powerpc/net/bpf_jit_comp.c
84
ctx->idx += SZL / 4;
arch/powerpc/net/bpf_jit_comp.c
888
bpf_frame_size += (nr_regs > 8 ? nr_regs : 8) * SZL;
arch/powerpc/net/bpf_jit_comp.c
89
EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL));
arch/powerpc/net/bpf_jit_comp.c
892
bpf_frame_size += round_up(sizeof(struct bpf_tramp_run_ctx), SZL);
arch/powerpc/net/bpf_jit_comp.c
902
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
906
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
910
bpf_frame_size += nr_regs * SZL;
arch/powerpc/net/bpf_jit_comp.c
916
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
920
bpf_frame_size += 2 * SZL;
arch/powerpc/net/bpf_jit_comp.c
924
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
929
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
935
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
937
r4_off = regs_off + SZL;
arch/powerpc/net/bpf_jit_comp.c
950
bpf_frame_size = round_up(bpf_frame_size, SZL * 2);