Searched refs:STK_PARAM (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 29 * precall must preserve all registers. use unused STK_PARAM() 34 std r3,STK_PARAM(R3)(r1); \ 35 std r4,STK_PARAM(R4)(r1); \ 36 std r5,STK_PARAM(R5)(r1); \ 37 std r6,STK_PARAM(R6)(r1); \ 38 std r7,STK_PARAM(R7)(r1); \ 39 std r8,STK_PARAM(R8)(r1); \ 40 std r9,STK_PARAM(R9)(r1); \ 41 std r10,STK_PARAM(R10)(r1); \ 43 addi r4,r1,STK_PARAM(FIRST_RE [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 29 * 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...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-wrappers.S | 20 * 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
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-wrappers.S | 20 * 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
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | tm.S | 122 std r3, STK_PARAM(R3)(r1) 215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | tm.S | 122 std r3, STK_PARAM(R3)(r1) 215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 196 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 209 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 196 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 209 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
|
Completed in 8 milliseconds