Searched refs:SZL (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | misc.S | 48 PPC_STL r1,SZL(r3) 49 PPC_STL r2,2*SZL(r3) 52 stmw r12, 3*SZL(r3) 55 PPC_STL r0,3*SZL(r3) 56 PPC_STL r13,4*SZL(r3) 57 PPC_STL r14,5*SZL(r3) 58 PPC_STL r15,6*SZL(r3) 59 PPC_STL r16,7*SZL(r3) 60 PPC_STL r17,8*SZL(r3) 61 PPC_STL r18,9*SZL(r3) [all …]
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 84 ctx->idx += SZL / 4; in bpf_jit_build_fentry_stubs() 89 EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL)); in bpf_jit_build_fentry_stubs() 690 EMIT(PPC_RAW_STL(_R3 + i, _R1, regs_off + i * SZL)); in bpf_trampoline_save_args() 692 EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL)); in bpf_trampoline_save_args() 693 EMIT(PPC_RAW_STL(_R3, _R1, regs_off + i * SZL)); in bpf_trampoline_save_args() 703 EMIT(PPC_RAW_LL(_R3 + i, _R1, regs_off + i * SZL)); in bpf_trampoline_restore_args_regs() 716 EMIT(PPC_RAW_LL(_R3, _R1, param_save_area_offset + i * SZL)); in bpf_trampoline_restore_args_stack() 717 EMIT(PPC_RAW_STL(_R3, _R1, STACK_FRAME_MIN_SIZE + i * SZL)); in bpf_trampoline_restore_args_stack() 745 if (m->arg_size[i] > SZL) in __arch_prepare_bpf_trampoline() 746 nr_regs += round_up(m->arg_size[i], SZL) / SZL - 1; in __arch_prepare_bpf_trampoline() [all …]
|
| H A D | bpf_jit.h | 25 #define SZL sizeof(unsigned long) macro
|
| /linux/arch/powerpc/tools/ |
| H A D | ftrace-gen-ool-stubs.sh | 38 SYM_START(ftrace_ool_stub_text_end, SYM_L_GLOBAL, .balign SZL) 48 SYM_START(ftrace_ool_stub_inittext, SYM_L_GLOBAL, .balign SZL)
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace_entry.S | 51 PPC_LL r12, -(MCOUNT_INSN_SIZE*2 + SZL)(r11) 111 PPC_LL r5, -(MCOUNT_INSN_SIZE*2 + SZL)(r11) 464 SYM_START(ftrace_ool_stub_text, SYM_L_GLOBAL, .balign SZL)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 17 #define SZL (BITS_PER_LONG/8)
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 17 #define SZL (BITS_PER_LONG/8)
|