/optee_os-3.20.0/core/kernel/ |
A D | notif.c | 34 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_alloc_async_value() 59 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_free_async_value() 74 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_get_value() 100 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_send_async() 114 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_async_is_started() 125 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_register_driver() 136 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_unregister_driver() 150 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_deliver_atomic_event() 176 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_deliver_event() 192 old_itr_status = cpu_spin_lock_xsave(¬if_lock); in notif_deliver_event()
|
A D | mutex_lockdep.c | 42 exceptions = cpu_spin_lock_xsave(&graph_lock); in mutex_lock_check() 52 exceptions = cpu_spin_lock_xsave(&graph_lock); in mutex_trylock_check() 62 exceptions = cpu_spin_lock_xsave(&graph_lock); in mutex_unlock_check() 69 uint32_t exceptions = cpu_spin_lock_xsave(&graph_lock); in mutex_destroy_check()
|
A D | wait_queue.c | 67 old_itr_status = cpu_spin_lock_xsave(&wq_spin_lock); in wq_wait_init_condvar() 84 old_itr_status = cpu_spin_lock_xsave(&wq_spin_lock); in wq_wait_final() 111 old_itr_status = cpu_spin_lock_xsave(&wq_spin_lock); in wq_wake_next() 154 old_itr_status = cpu_spin_lock_xsave(&wq_spin_lock); in wq_promote_condvar() 186 old_itr_status = cpu_spin_lock_xsave(&wq_spin_lock); in wq_have_condvar() 205 old_itr_status = cpu_spin_lock_xsave(&wq_spin_lock); in wq_is_empty()
|
A D | mutex.c | 47 old_itr_status = cpu_spin_lock_xsave(&m->spin_lock); in __mutex_lock() 99 old_itr_status = cpu_spin_lock_xsave(&m->spin_lock); in __mutex_unlock() 136 old_itr_status = cpu_spin_lock_xsave(&m->spin_lock); in __mutex_trylock() 158 old_itr_status = cpu_spin_lock_xsave(&m->spin_lock); in __mutex_read_unlock() 192 old_itr_status = cpu_spin_lock_xsave(&m->spin_lock); in __mutex_read_lock() 224 old_itr_status = cpu_spin_lock_xsave(&m->spin_lock); in __mutex_read_trylock() 364 old_itr_status = cpu_spin_lock_xsave(&cv->spin_lock); in cv_signal() 407 old_itr_status = cpu_spin_lock_xsave(&cv->spin_lock); in __condvar_wait()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | mobj_dyn_shm.c | 126 uint32_t exceptions = cpu_spin_lock_xsave(®_shm_map_lock); in reg_shm_free_helper() 150 exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_free() 158 exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_free() 191 exceptions = cpu_spin_lock_xsave(®_shm_map_lock); in mobj_reg_shm_inc_map() 239 exceptions = cpu_spin_lock_xsave(®_shm_map_lock); in mobj_reg_shm_dec_map() 334 exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_alloc() 346 uint32_t exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_unguard() 365 uint32_t exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_get_by_cookie() 386 exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_release_by_cookie() 414 exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_release_by_cookie()
|
A D | sp_mem.c | 164 exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in inactivate() 198 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_get() 231 exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_new() 255 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_add() 265 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_is_shared() 320 exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_remove()
|
A D | mobj_ffa.c | 96 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_sel1_spmc_new() 183 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_sel1_spmc_delete() 237 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_push_to_inactive() 264 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_sel1_spmc_reclaim() 310 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_unregister_by_cookie() 356 exceptions = cpu_spin_lock_xsave(&shm_lock); in mobj_ffa_get_by_cookie() 482 exceptions = cpu_spin_lock_xsave(&shm_lock); in ffa_inactivate() 535 exceptions = cpu_spin_lock_xsave(&shm_lock); in ffa_inc_map() 583 exceptions = cpu_spin_lock_xsave(&shm_lock); in ffa_dec_map()
|
A D | core_mmu.c | 138 uint32_t exceptions = cpu_spin_lock_xsave(&g_asid_spinlock); in asid_alloc() 156 uint32_t exceptions = cpu_spin_lock_xsave(&g_asid_spinlock); in asid_free()
|
/optee_os-3.20.0/core/drivers/wdt/ |
A D | watchdog_sm.c | 33 exceptions = cpu_spin_lock_xsave(&wdt_lock); in __wdt_sm_handler() 46 exceptions = cpu_spin_lock_xsave(&wdt_lock); in __wdt_sm_handler()
|
/optee_os-3.20.0/core/drivers/ |
A D | hi16xx_rng.c | 77 exceptions = cpu_spin_lock_xsave(&rng_lock); in hw_get_random_bytes() 84 exceptions = cpu_spin_lock_xsave(&rng_lock); in hw_get_random_bytes()
|
A D | atmel_trng.c | 36 exceptions = cpu_spin_lock_xsave(&trng_lock); in atmel_trng_read32()
|
A D | xiphera_trng.c | 80 uint32_t exceptions = cpu_spin_lock_xsave(&trng_lock); in hw_get_random_bytes()
|
A D | dra7_rng.c | 116 uint32_t exceptions = cpu_spin_lock_xsave(&rng_lock); in hw_get_random_bytes()
|
A D | stm32_gpio.c | 97 uint32_t exceptions = cpu_spin_lock_xsave(&gpio_lock); in set_gpio_cfg() 430 uint32_t exceptions = cpu_spin_lock_xsave(&gpio_lock); in stm32_gpio_set_secure_cfg()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | spinlock.h | 105 #define cpu_spin_lock_xsave(lock) \ macro 118 static inline uint32_t cpu_spin_lock_xsave(unsigned int *lock) in cpu_spin_lock_xsave() function
|
/optee_os-3.20.0/core/mm/ |
A D | tee_mm.c | 117 exceptions = cpu_spin_lock_xsave(&pool->lock); in tee_mm_get_pool_stats() 157 exceptions = cpu_spin_lock_xsave(&pool->lock); in tee_mm_alloc() 268 exceptions = cpu_spin_lock_xsave(&pool->lock); in tee_mm_alloc2() 311 exceptions = cpu_spin_lock_xsave(&p->pool->lock); in tee_mm_free() 349 exceptions = cpu_spin_lock_xsave(&pool->lock); in tee_mm_is_empty() 374 exceptions = cpu_spin_lock_xsave(&((tee_mm_pool_t *)pool)->lock); in tee_mm_find()
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk.c | 169 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_enable() 180 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_disable() 215 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_set_rate() 292 exceptions = cpu_spin_lock_xsave(&clk_lock); in clk_set_parent()
|
/optee_os-3.20.0/core/drivers/imx/mu/ |
A D | imx_mu.c | 127 exceptions = cpu_spin_lock_xsave(&mu_spinlock); in imx_mu_init() 143 exceptions = cpu_spin_lock_xsave(&mu_spinlock); in imx_mu_call()
|
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | rstctrl.c | 23 exceptions = cpu_spin_lock_xsave(&rstctrl_lock); in rstctrl_get_exclusive()
|
/optee_os-3.20.0/core/arch/arm/plat-rcar/ |
A D | hw_rng.c | 37 exceptions = cpu_spin_lock_xsave(&spin_lock); in hw_get_random_bytes()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | virtualization.c | 275 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_guest_created() 294 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_guest_destroyed() 337 exceptions = cpu_spin_lock_xsave(&prtn_list_lock); in virt_set_guest()
|
A D | spmc_sp_handler.c | 540 exceptions = cpu_spin_lock_xsave(&mem_ref_lock); in ffa_mem_retrieve() 568 exceptions = cpu_spin_lock_xsave(&mem_ref_lock); in ffa_mem_retrieve() 606 exceptions = cpu_spin_lock_xsave(&rxtx->spinlock); in ffa_mem_relinquish() 631 exceptions = cpu_spin_lock_xsave(&mem_ref_lock); in ffa_mem_relinquish() 709 exceptions = cpu_spin_lock_xsave(&mem_ref_lock); in ffa_mem_reclaim()
|
/optee_os-3.20.0/core/drivers/scmi-msg/ |
A D | entry.c | 39 uint32_t exceptions = cpu_spin_lock_xsave(&smt_channels_lock); in scmi_msg_claim_channel()
|
/optee_os-3.20.0/core/arch/arm/plat-k3/drivers/ |
A D | sa2ul_rng.c | 110 uint32_t exceptions = cpu_spin_lock_xsave(&rng_lock); in hw_get_random_bytes()
|
/optee_os-3.20.0/core/drivers/crypto/caam/ |
A D | caam_jr.c | 189 exceptions = cpu_spin_lock_xsave(&jr_privdata->outlock); in do_jr_dequeue() 300 exceptions = cpu_spin_lock_xsave(&jr_privdata->inlock); in do_jr_enqueue()
|