Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/locks/exclusive/aarch64/
H A Dspinlock.c14 static uint32_t ldaxr_32(volatile uint32_t *dst) in ldaxr_32() function
59 if (ldaxr_32(dst) != 0) { in spin_lock_atomic()
78 if (ldaxr_32(dst) == 0) { in spin_lock_excl()
141 if (ldaxr_32(dst) != 0) { in spin_trylock_excl()