Home
last modified time | relevance | path

Searched refs:cpu_spin_lock_xsave (Results 1 – 25 of 34) sorted by relevance

12

/optee_os-3.20.0/core/kernel/
A Dnotif.c34 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_alloc_async_value()
59 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_free_async_value()
74 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_get_value()
100 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_send_async()
114 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_async_is_started()
125 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_register_driver()
136 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_unregister_driver()
150 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_deliver_atomic_event()
176 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_deliver_event()
192 old_itr_status = cpu_spin_lock_xsave(&notif_lock); in notif_deliver_event()
A Dmutex_lockdep.c42 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 Dwait_queue.c67 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 Dmutex.c47 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 Dmobj_dyn_shm.c126 uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in reg_shm_free_helper()
150 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_free()
158 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_free()
191 exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in mobj_reg_shm_inc_map()
239 exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in mobj_reg_shm_dec_map()
334 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_alloc()
346 uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_unguard()
365 uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_get_by_cookie()
386 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_release_by_cookie()
414 exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_release_by_cookie()
A Dsp_mem.c164 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 Dmobj_ffa.c96 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 Dcore_mmu.c138 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 Dwatchdog_sm.c33 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 Dhi16xx_rng.c77 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 Datmel_trng.c36 exceptions = cpu_spin_lock_xsave(&trng_lock); in atmel_trng_read32()
A Dxiphera_trng.c80 uint32_t exceptions = cpu_spin_lock_xsave(&trng_lock); in hw_get_random_bytes()
A Ddra7_rng.c116 uint32_t exceptions = cpu_spin_lock_xsave(&rng_lock); in hw_get_random_bytes()
A Dstm32_gpio.c97 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 Dspinlock.h105 #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 Dtee_mm.c117 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 Dclk.c169 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 Dimx_mu.c127 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 Drstctrl.c23 exceptions = cpu_spin_lock_xsave(&rstctrl_lock); in rstctrl_get_exclusive()
/optee_os-3.20.0/core/arch/arm/plat-rcar/
A Dhw_rng.c37 exceptions = cpu_spin_lock_xsave(&spin_lock); in hw_get_random_bytes()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dvirtualization.c275 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 Dspmc_sp_handler.c540 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 Dentry.c39 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 Dsa2ul_rng.c110 uint32_t exceptions = cpu_spin_lock_xsave(&rng_lock); in hw_get_random_bytes()
/optee_os-3.20.0/core/drivers/crypto/caam/
A Dcaam_jr.c189 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()

Completed in 35 milliseconds

12