Home
last modified time | relevance | path

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

/linux/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"
/linux/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/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)
47 #define PPC_STLU global() macro
/linux/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/arch/powerpc/lib/
H A Dldstfp.S158 PPC_STLU r1,-STKFRM(r1)
185 PPC_STLU r1,-STKFRM(r1)
/linux/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/arch/powerpc/kernel/
H A Doptprobes_head.S43 PPC_STLU r1,-INT_FRAME_SIZE(r1)
/linux/arch/powerpc/kvm/
H A Dbook3s_interrupts.S68 PPC_STLU r1, -SWITCH_FRAME_SIZE(r1)
/linux/lib/crypto/powerpc/
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); \