Lines Matching defs:entrypoint
861 * This function determines the full entrypoint information for the requested
862 * PSCI entrypoint on power on/resume and returns it.
866 uintptr_t entrypoint,
885 ep->pc = entrypoint;
899 if ((entrypoint & 0x1UL) != 0UL) {
918 ep->spsr = SPSR_MODE32((uint64_t)mode, entrypoint & 0x1, ee,
926 uintptr_t entrypoint,
953 ep->pc = entrypoint;
965 ep->spsr = SPSR_MODE32(mode, entrypoint & 0x1, ee, aif);
973 * This function validates the entrypoint with the platform layer if the
978 uintptr_t entrypoint,
983 /* Validate the entrypoint using platform psci_ops */
985 rc = psci_plat_pm_ops->validate_ns_entrypoint(entrypoint);
996 rc = psci_get_ns_ep_info(ep, entrypoint, context_id);