Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
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 …]
/arch/powerpc/net/
A Dbpf_jit_comp.c84 ctx->idx += SZL / 4; in bpf_jit_build_fentry_stubs()
672 if (m->arg_size[i] > SZL) in __arch_prepare_bpf_trampoline()
673 nr_regs += round_up(m->arg_size[i], SZL) / SZL - 1; in __arch_prepare_bpf_trampoline()
737 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline()
741 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline()
745 bpf_frame_size += nr_regs * SZL; in __arch_prepare_bpf_trampoline()
751 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline()
755 bpf_frame_size += 2 * SZL; in __arch_prepare_bpf_trampoline()
760 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline()
766 bpf_frame_size += SZL; in __arch_prepare_bpf_trampoline()
[all …]
A Dbpf_jit.h25 #define SZL sizeof(unsigned long) macro
/arch/powerpc/tools/
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)
/arch/powerpc/kernel/trace/
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)
/arch/powerpc/include/asm/
A Dppc_asm.h17 #define SZL (BITS_PER_LONG/8) macro

Completed in 34 milliseconds