Lines Matching refs:exceptions
126 static void bsec_unlock(uint32_t exceptions) in bsec_unlock() argument
128 may_spin_unlock(&lock, exceptions); in bsec_unlock()
253 uint32_t exceptions = 0; in stm32_bsec_shadow_register() local
268 exceptions = bsec_lock(); in stm32_bsec_shadow_register()
289 bsec_unlock(exceptions); in stm32_bsec_shadow_register()
328 uint32_t exceptions = 0; in stm32_bsec_write_otp() local
343 exceptions = bsec_lock(); in stm32_bsec_write_otp()
347 bsec_unlock(exceptions); in stm32_bsec_write_otp()
356 uint32_t exceptions = 0; in stm32_bsec_program_otp() local
374 exceptions = bsec_lock(); in stm32_bsec_program_otp()
398 bsec_unlock(exceptions); in stm32_bsec_program_otp()
409 uint32_t exceptions = 0; in stm32_bsec_permanent_lock_otp() local
445 exceptions = bsec_lock(); in stm32_bsec_permanent_lock_otp()
473 bsec_unlock(exceptions); in stm32_bsec_permanent_lock_otp()
481 uint32_t exceptions = 0; in stm32_bsec_write_debug_conf() local
486 exceptions = bsec_lock(); in stm32_bsec_write_debug_conf()
493 bsec_unlock(exceptions); in stm32_bsec_write_debug_conf()
508 uint32_t exceptions = 0; in set_bsec_lock() local
516 exceptions = bsec_lock(); in set_bsec_lock()
520 bsec_unlock(exceptions); in set_bsec_lock()