Searched refs:PPC_STLU (Results 1 – 10 of 10) sorted by relevance
| /linux/samples/ftrace/ |
| H A D | ftrace-direct-modify.c | 248 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"
|
| /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);
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu) macro 51 #define PPC_STLU stringify_in_c(stwu) 47 #define PPC_STLU global() macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu) macro 51 #define PPC_STLU stringify_in_c(stwu) macro
|
| /linux/arch/powerpc/lib/ |
| H A D | ldstfp.S | 158 PPC_STLU r1,-STKFRM(r1) 185 PPC_STLU r1,-STKFRM(r1)
|
| /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)
|
| /linux/arch/powerpc/kernel/ |
| H A D | optprobes_head.S | 43 PPC_STLU r1,-INT_FRAME_SIZE(r1)
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_interrupts.S | 68 PPC_STLU r1, -SWITCH_FRAME_SIZE(r1)
|
| /linux/lib/crypto/powerpc/ |
| 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); \
|