Home
last modified time | relevance | path

Searched refs:PPC_STLU (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/samples/ftrace/
H A Dftrace-direct-modify.c248 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
251 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
266 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
269 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
H A Dftrace-direct-multi-modify.c282 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
285 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
304 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
307 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
H A Dftrace-direct.c183 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
186 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
H A Dftrace-direct-multi.c198 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
201 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
H A Dftrace-direct-too.c210 PPC_STLU" 1, -"__stringify(STACK_FRAME_MIN_SIZE)"(1)\n"
213 PPC_STLU" 1, -"__stringify(STACK_FRAME_SIZE)"(1)\n"
/linux-6.15/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h11 #define PPC_STLU stdu macro
15 #define PPC_STLU stwu macro
90 PPC_STLU %r1, -(((_extra + 15) & ~15) + STACK_FRAME_MIN_SIZE)(%r1);
/linux-6.15/arch/powerpc/kernel/vdso/
H A Dgetrandom.S23 PPC_STLU r1, -PPC_MIN_STKFRM(r1)
26 PPC_STLU r1, -PPC_MIN_STKFRM(r1)
H A Dgettimeofday.S24 PPC_STLU r1, -PPC_MIN_STKFRM(r1)
27 PPC_STLU r1, -PPC_MIN_STKFRM(r1)
/linux-6.15/arch/powerpc/include/asm/
H A Dasm-compat.h13 #define PPC_STLU stringify_in_c(stdu) macro
51 #define PPC_STLU stringify_in_c(stwu) macro
/linux-6.15/tools/testing/selftests/powerpc/primitives/asm/
H A Dasm-compat.h13 #define PPC_STLU stringify_in_c(stdu) macro
51 #define PPC_STLU stringify_in_c(stwu) macro
/linux-6.15/arch/powerpc/lib/
H A Dldstfp.S158 PPC_STLU r1,-STKFRM(r1)
185 PPC_STLU r1,-STKFRM(r1)
/linux-6.15/arch/powerpc/kernel/
H A Dirq.c207 PPC_STLU " %%r1, %[offset](%[sp]) ;" in call_do_softirq()
263 PPC_STLU " %%r1, %[offset](%[sp]) ;" in call_do_irq()
H A Doptprobes_head.S43 PPC_STLU r1,-INT_FRAME_SIZE(r1)
/linux-6.15/arch/powerpc/kernel/trace/
H A Dftrace_entry.S37 PPC_STLU r1, -STACK_FRAME_MIN_SIZE(r1)
40 PPC_STLU r1,-SWITCH_FRAME_SIZE(r1)
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_interrupts.S68 PPC_STLU r1, -SWITCH_FRAME_SIZE(r1)
/linux-6.15/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S127 PPC_STLU r1,-INT_FRAME_SIZE(r1)
H A Dmd5-asm.S40 PPC_STLU r1,-INT_FRAME_SIZE(r1); \