Searched refs:pm_ctx (Results 1 – 1 of 1) sorted by relevance
50 static pm_ctx_t pm_ctx; variable228 err = pm_get_api_version(&pm_ctx.api_version, SECURE); in pm_setup()234 if (pm_ctx.api_version < PM_VERSION) { in pm_setup()237 PM_VERSION_MINOR, pm_ctx.api_version >> 16, in pm_setup()238 pm_ctx.api_version & 0xFFFFU); in pm_setup()379 ((uint64_t)pm_ctx.api_version << 32)); in pm_smc_handler()