Lines Matching full:psci
5 * This file implements LS102X platform PSCI SYSTEM-SUSPEND function
10 #include <asm/psci.h>
12 /* Default PSCI function, return -1, Not Implemented */
20 /* PSCI function and ID table definition*/
27 /* 32 bits PSCI default functions */
73 /* 64 bits PSCI default functions */
100 /* PSCI call is Fast Call(atomic), so mask DAIF */
132 /* Caller must put PSCI function-ID table base in x9 */
135 1: ldr x10, [x9] /* Load PSCI function table */
140 b.eq 2f /* PSCI function found */
144 2: blr x11 /* Call PSCI function */
155 /* SMC function ID 0x84000000-0x8400001F: 32 bits PSCI */
171 /* SMC function ID 0xC4000000-0xC400001F: 64 bits PSCI */
187 * used for the return value, while in this PSCI environment, X0 usually holds