Searched refs:PPC_STLU (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/tools/testing/selftests/powerpc/include/ |
D | basic_asm.h | 11 #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.1.9/tools/testing/selftests/powerpc/primitives/asm/ |
D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu) macro 47 #define PPC_STLU stringify_in_c(stwu) macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu) macro 47 #define PPC_STLU stringify_in_c(stwu) macro
|
/linux-6.1.9/arch/powerpc/kernel/vdso/ |
D | gettimeofday.S | 24 PPC_STLU r1, -PPC_MIN_STKFRM(r1) 27 PPC_STLU r1, -PPC_MIN_STKFRM(r1)
|
/linux-6.1.9/arch/powerpc/lib/ |
D | ldstfp.S | 158 PPC_STLU r1,-STKFRM(r1) 185 PPC_STLU r1,-STKFRM(r1)
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | irq.c | 207 PPC_STLU " %%r1, %[offset](%[sp]) ;" in call_do_softirq() 259 PPC_STLU " %%r1, %[offset](%[sp]) ;" in call_do_irq()
|
D | optprobes_head.S | 43 PPC_STLU r1,-INT_FRAME_SIZE(r1)
|
/linux-6.1.9/arch/powerpc/kernel/trace/ |
D | ftrace_mprofile.S | 37 PPC_STLU r1,-SWITCH_FRAME_SIZE(r1)
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_interrupts.S | 68 PPC_STLU r1, -SWITCH_FRAME_SIZE(r1)
|
/linux-6.1.9/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 127 PPC_STLU r1,-INT_FRAME_SIZE(r1)
|
D | md5-asm.S | 40 PPC_STLU r1,-INT_FRAME_SIZE(r1); \
|