Home
last modified time | relevance | path

Searched refs:CORE_PENDING (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nxp/common/psci/include/
H A Dplat_psci.h38 #define CORE_PENDING 0x10 macro
44 #define CORE_ON_MIN CORE_PENDING
/rk3399_ARM-atf/plat/nxp/common/psci/aarch64/
H A Dpsci_utils.S72 cmp x9, #CORE_PENDING
106 cmp x0, #CORE_PENDING
134 mov x1, #CORE_PENDING
175 mov x1, #CORE_PENDING
/rk3399_ARM-atf/plat/nxp/common/psci/
H A Dplat_psci.c118 case CORE_PENDING: /* this core is coming out of reset */ in _pwr_domain_wakeup()