Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp2/
H A Dstm32_util.h15 #define may_spin_unlock(lock, exceptions) cpu_spin_unlock_xrestore(lock, \ macro
/optee_os/core/drivers/
H A Dstm32_shared_io.c20 may_spin_unlock(&shregs_lock, exceptions); in unlock_stm32shregs()
H A Dstm32_rng.c437 may_spin_unlock(&stm32_rng->lock, exceptions); in stm32_rng_read()
H A Dstm32_bsec.c136 may_spin_unlock(&lock, exceptions); in bsec_unlock()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dstm32_util.h65 void may_spin_unlock(unsigned int *lock, uint32_t exceptions);
H A Dmain.c481 void may_spin_unlock(unsigned int *lock, uint32_t exceptions) in may_spin_unlock() function
/optee_os/core/arch/arm/plat-stm32mp1/pm/
H A Dpsci.c53 may_spin_unlock(&state_lock, exceptions); in unlock_state_access()