Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/locks/exclusive/aarch64/
H A Dspinlock.c26 static uint32_t stxr_32(uint32_t src, volatile uint32_t *dst) in stxr_32() function
79 if (stxr_32(1, dst) == 0) { in spin_lock_excl()
145 if (stxr_32(1, dst) == 0) { in spin_trylock_excl()