Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/pseries/
DhvCall.S36 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(R10)(r1); \
45 addi r4,r1,STK_PARAM(FIRST_REG); \
48 ld r3,STACK_FRAME_MIN_SIZE+STK_PARAM(R3)(r1); \
[all …]
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dopal-wrappers.S26 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
/Linux-v6.6/arch/powerpc/kernel/
Dtm.S122 std r3, STK_PARAM(R3)(r1)
215 ld r12, STK_PARAM(R3)(r1) /* Param 0, thread_struct * */
/Linux-v6.6/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h209 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro
/Linux-v6.6/arch/powerpc/include/asm/
Dppc_asm.h209 #define STK_PARAM(i) __STK_PARAM(__REG_##i) macro