Searched refs:trng_lock (Results 1 – 3 of 3) sorted by relevance
23 static unsigned int trng_lock = SPINLOCK_UNLOCK; variable31 exceptions = cpu_spin_lock_xsave(&trng_lock); in trng_read()37 cpu_spin_unlock_xrestore(&trng_lock, exceptions); in trng_read()
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()