Searched refs:STK_PARAM (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A DhvCall.S29 * precall must preserve all registers. use unused STK_PARAM()
30 * areas to save snapshots and opcode. STK_PARAM() in the caller's
36 std r3,STK_PARAM(R3)(r1); \
37 std r4,STK_PARAM(R4)(r1); \
38 std r5,STK_PARAM(R5)(r1); \
39 std r6,STK_PARAM(R6)(r1); \
40 std r7,STK_PARAM(R7)(r1); \
41 std r8,STK_PARAM(R8)(r1); \
42 std r9,STK_PARAM(R9)(r1); \
43 std r10,STK_PARAM(R1
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-wrappers.S20 * STK_PARAM(R11) - OPAL opcode
21 * STK_PARAM(R12) - MSR to restore
26 ld r12,STK_PARAM(R12)(r1)
37 ld r0,STK_PARAM(R11)(r1)
44 ld r11,STK_PARAM(R12)(r1)
48 .short 0x4039 /* li r10,STK_PARAM(R12) */
49 .byte (STK_PARAM(R12) >> 8) & 0xff
50 .byte STK_PARAM(R12) & 0xff
/linux-master/arch/powerpc/kernel/
H A Dtm.S122 std r3, STK_PARAM(R3)(r1)
215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h211 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h211 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro

Completed in 116 milliseconds