Home
last modified time | relevance | path

Searched refs:DEFINE_PSCI_LOCK (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/lib/psci/
Dpsci_private.h171 #define DEFINE_PSCI_LOCK(_name) spinlock_t _name macro
172 #define DECLARE_PSCI_LOCK(_name) extern DEFINE_PSCI_LOCK(_name)
211 #define DEFINE_PSCI_LOCK(_name) DEFINE_BAKERY_LOCK(_name) macro
Dpsci_common.c63 DEFINE_PSCI_LOCK(psci_locks[PSCI_NUM_NON_CPU_PWR_DOMAINS]);