Lines Matching refs:exceptions
134 static void bsec_unlock(uint32_t exceptions) in bsec_unlock() argument
136 may_spin_unlock(&lock, exceptions); in bsec_unlock()
258 uint32_t exceptions = 0; in stm32_bsec_shadow_register() local
273 exceptions = bsec_lock(); in stm32_bsec_shadow_register()
294 bsec_unlock(exceptions); in stm32_bsec_shadow_register()
333 uint32_t exceptions = 0; in stm32_bsec_write_otp() local
348 exceptions = bsec_lock(); in stm32_bsec_write_otp()
352 bsec_unlock(exceptions); in stm32_bsec_write_otp()
361 uint32_t exceptions = 0; in stm32_bsec_program_otp() local
379 exceptions = bsec_lock(); in stm32_bsec_program_otp()
403 bsec_unlock(exceptions); in stm32_bsec_program_otp()
413 uint32_t exceptions = 0; in stm32_bsec_permanent_lock_otp() local
449 exceptions = bsec_lock(); in stm32_bsec_permanent_lock_otp()
477 bsec_unlock(exceptions); in stm32_bsec_permanent_lock_otp()
486 uint32_t exceptions = 0; in stm32_bsec_write_debug_conf() local
493 exceptions = bsec_lock(); in stm32_bsec_write_debug_conf()
500 bsec_unlock(exceptions); in stm32_bsec_write_debug_conf()
515 uint32_t exceptions = 0; in set_bsec_lock() local
523 exceptions = bsec_lock(); in set_bsec_lock()
527 bsec_unlock(exceptions); in set_bsec_lock()