Searched refs:STK_PARAM (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/platforms/pseries/ |
| A D | hvCall.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); \ 169 ld r12,STK_PARAM(R4)(r1) 236 ld r12,STK_PARAM(R4)(r1) 273 ld r12,STK_PARAM(R4)(r1) [all …]
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-wrappers.S | 26 ld r12,STK_PARAM(R12)(r1) 37 ld r0,STK_PARAM(R11)(r1) 44 ld r11,STK_PARAM(R12)(r1) 49 .byte (STK_PARAM(R12) >> 8) & 0xff 50 .byte STK_PARAM(R12) & 0xff
|
| /arch/powerpc/kernel/ |
| A D | tm.S | 122 std r3, STK_PARAM(R3)(r1) 215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
|
| /arch/powerpc/include/asm/ |
| A D | ppc_asm.h | 211 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
|
Completed in 14 milliseconds