Symbol: SZL
arch/powerpc/net/bpf_jit_comp.c
1018
EMIT(PPC_RAW_STL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1151
EMIT(PPC_RAW_LL(_R26, _R1, nvr_off + SZL));
arch/powerpc/net/bpf_jit_comp.c
1387
ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL),
arch/powerpc/net/bpf_jit_comp.c
780
EMIT(PPC_RAW_STL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
782
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
783
EMIT(PPC_RAW_STL(_R3, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
793
EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
806
EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
807
EMIT(PPC_RAW_STL(_R3, _R1, STACK_FRAME_MIN_SIZE + i * SZL));
arch/powerpc/net/bpf_jit_comp.c
839
if (m->arg_size[i] > SZL)
arch/powerpc/net/bpf_jit_comp.c
84
ctx->idx += SZL / 4;
arch/powerpc/net/bpf_jit_comp.c
840
nr_regs += round_up(m->arg_size[i], SZL) / SZL - 1;
arch/powerpc/net/bpf_jit_comp.c
89
EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL));
arch/powerpc/net/bpf_jit_comp.c
893
bpf_frame_size += (nr_regs > 8 ? nr_regs : 8) * SZL;
arch/powerpc/net/bpf_jit_comp.c
897
bpf_frame_size += round_up(sizeof(struct bpf_tramp_run_ctx), SZL);
arch/powerpc/net/bpf_jit_comp.c
907
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
911
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
915
bpf_frame_size += nr_regs * SZL;
arch/powerpc/net/bpf_jit_comp.c
921
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
925
bpf_frame_size += 2 * SZL;
arch/powerpc/net/bpf_jit_comp.c
929
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
934
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
940
bpf_frame_size += SZL;
arch/powerpc/net/bpf_jit_comp.c
942
r4_off = regs_off + SZL;
arch/powerpc/net/bpf_jit_comp.c
955
bpf_frame_size = round_up(bpf_frame_size, SZL * 2);