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