Searched refs:trng_lock (Results 1 – 2 of 2) sorted by relevance
28 static unsigned int trng_lock = SPINLOCK_UNLOCK; variable36 exceptions = cpu_spin_lock_xsave(&trng_lock); in atmel_trng_read32()43 cpu_spin_unlock_xrestore(&trng_lock, exceptions); in atmel_trng_read32()
36 static unsigned int trng_lock = SPINLOCK_UNLOCK; variable80 uint32_t exceptions = cpu_spin_lock_xsave(&trng_lock); in hw_get_random_bytes()91 cpu_spin_unlock_xrestore(&trng_lock, exceptions); in hw_get_random_bytes()
Completed in 3 milliseconds