Lines Matching defs:entrypoint
821 * This function determines the full entrypoint information for the requested
822 * PSCI entrypoint on power on/resume and returns it.
826 uintptr_t entrypoint,
845 ep->pc = entrypoint;
859 if ((entrypoint & 0x1UL) != 0UL)
877 ep->spsr = SPSR_MODE32((uint64_t)mode, entrypoint & 0x1, ee,
885 uintptr_t entrypoint,
912 ep->pc = entrypoint;
924 ep->spsr = SPSR_MODE32(mode, entrypoint & 0x1, ee, aif);
932 * This function validates the entrypoint with the platform layer if the
937 uintptr_t entrypoint,
942 /* Validate the entrypoint using platform psci_ops */
944 rc = psci_plat_pm_ops->validate_ns_entrypoint(entrypoint);
954 rc = psci_get_ns_ep_info(ep, entrypoint, context_id);