Searched refs:SZL (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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) 81 lmw r12, 3*SZL(r3) 84 PPC_LL r13,4*SZL(r3) 85 PPC_LL r14,5*SZL(r3) 86 PPC_LL r15,6*SZL(r3) 103 PPC_LL r0,3*SZL(r3) 107 PPC_LL r1,SZL(r3) [all …]
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 84 ctx->idx += SZL / 4; in bpf_jit_build_fentry_stubs() 671 if (m->arg_size[i] > SZL) in __arch_prepare_bpf_trampoline() 672 nr_regs += round_up(m->arg_size[i], SZL) / SZL - 1; in __arch_prepare_bpf_trampoline() 736 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline() 740 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline() 744 bpf_frame_size += nr_regs * SZL; in __arch_prepare_bpf_trampoline() 750 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline() 754 bpf_frame_size += 2 * SZL; in __arch_prepare_bpf_trampoline() 759 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline() 765 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline() [all …]
|
| H A D | bpf_jit.h | 25 #define SZL sizeof(unsigned long) macro
|
| /linux-6.15/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-6.15/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) 456 SYM_START(ftrace_ool_stub_text, SYM_L_GLOBAL, .balign SZL)
|
| /linux-6.15/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 17 #define SZL (BITS_PER_LONG/8)
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 17 #define SZL (BITS_PER_LONG/8)
|