Home
last modified time | relevance | path

Searched refs:SZL (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/powerpc/kernel/
H A Dmisc.S48 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 Dbpf_jit_comp.c84 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 Dbpf_jit.h25 #define SZL sizeof(unsigned long) macro
/linux-6.15/arch/powerpc/tools/
H A Dftrace-gen-ool-stubs.sh38 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 Dftrace_entry.S51 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 Dppc_asm.h17 #define SZL (BITS_PER_LONG/8)
/linux-6.15/arch/powerpc/include/asm/
H A Dppc_asm.h17 #define SZL (BITS_PER_LONG/8)