Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 25 of 52) sorted by relevance

123

/optee_os/core/kernel/
H A Dmutex_lockdep.c40 uint32_t exceptions = 0; in mutex_lock_check() local
50 uint32_t exceptions = 0; in mutex_trylock_check() local
60 uint32_t exceptions = 0; in mutex_unlock_check() local
69 uint32_t exceptions = cpu_spin_lock_xsave(&graph_lock); in mutex_destroy_check() local
H A Dpm.c40 uint32_t exceptions = 0; in register_pm_cb() local
71 uint32_t exceptions = 0; in unregister_pm_cb() local
H A Dthread.c175 uint32_t exceptions = 0; in thread_update_canaries() local
332 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stackcheck_recursion_flag() local
423 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stack_limits() local
468 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_is_in_normal_mode() local
488 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_get_id_may_fail() local
706 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr() local
730 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr() local
/optee_os/core/drivers/
H A Dstm32_shared_io.c18 static void unlock_stm32shregs(uint32_t exceptions) in unlock_stm32shregs()
25 uint32_t exceptions = lock_stm32shregs(); in io_mask32_stm32shregs() local
34 uint32_t exceptions = lock_stm32shregs(); in io_clrsetbits32_stm32shregs() local
H A Dstm32_bsec.c134 static void bsec_unlock(uint32_t exceptions) in bsec_unlock()
258 uint32_t exceptions = 0; in stm32_bsec_shadow_register() local
333 uint32_t exceptions = 0; in stm32_bsec_write_otp() local
361 uint32_t exceptions = 0; in stm32_bsec_program_otp() local
413 uint32_t exceptions = 0; in stm32_bsec_permanent_lock_otp() local
486 uint32_t exceptions = 0; in stm32_bsec_write_debug_conf() local
515 uint32_t exceptions = 0; in set_bsec_lock() local
H A Dstm32_exti.c158 uint32_t exceptions = 0; in stm32_exti_set_type() local
190 uint32_t exceptions = 0; in stm32_exti_mask() local
205 uint32_t exceptions = 0; in stm32_exti_unmask() local
220 uint32_t exceptions = 0; in stm32_exti_enable_wake() local
234 uint32_t exceptions = 0; in stm32_exti_disable_wake() local
247 uint32_t exceptions = 0; in stm32_exti_clear() local
262 uint32_t exceptions = 0; in stm32_exti_set_tz() local
H A Dhisi_trng.c29 uint32_t exceptions = 0; in trng_read() local
/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c86 uint32_t exceptions = 0; in sbi_mpxy_set_shmem() local
139 uint32_t exceptions = 0; in sbi_mpxy_get_channel_ids() local
196 uint32_t exceptions = 0; in sbi_mpxy_read_attributes() local
243 uint32_t exceptions = 0; in sbi_mpxy_write_attributes() local
299 uint32_t exceptions = 0; in sbi_mpxy_send_message_with_response() local
359 uint32_t exceptions = 0; in sbi_mpxy_send_message_without_response() local
405 uint32_t exceptions = 0; in sbi_mpxy_get_channel_count() local
459 uint32_t exceptions = 0; in sbi_mpxy_get_notification_events() local
/optee_os/core/mm/
H A Dtee_mm.c91 uint32_t exceptions; in tee_mm_get_pool_stats() local
129 uint32_t exceptions = 0; in tee_mm_alloc_flags() local
239 uint32_t exceptions; in tee_mm_alloc2() local
292 uint32_t exceptions; in tee_mm_free() local
330 uint32_t exceptions; in tee_mm_is_empty() local
346 uint32_t exceptions; in tee_mm_find() local
H A Dmobj_dyn_shm.c141 uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_map_lock); in reg_shm_free_helper() local
155 uint32_t exceptions = 0; in mobj_reg_shm_free() local
199 uint32_t exceptions = 0; in mobj_reg_shm_inc_map() local
249 uint32_t exceptions = 0; in mobj_reg_shm_dec_map() local
351 uint32_t exceptions = 0; in mobj_reg_shm_alloc() local
401 uint32_t exceptions = cpu_spin_lock_xsave(&reg_shm_slist_lock); in mobj_reg_shm_unguard() local
433 uint32_t exceptions = 0; in mobj_reg_shm_get_by_cookie() local
454 uint32_t exceptions = 0; in mobj_reg_shm_release_by_cookie() local
626 uint32_t exceptions = 0; in protmem_free_helper() local
639 uint32_t exceptions = 0; in mobj_protmem_free() local
[all …]
/optee_os/core/arch/arm/kernel/
H A Dtimer_a64.c15 uint32_t exceptions = cpu_spin_lock_xsave(&timer_lock); in generic_timer_start() local
36 uint32_t exceptions = cpu_spin_lock_xsave(&timer_lock); in generic_timer_stop() local
H A Dvirtualization.c78 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_current_prtn() local
98 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in set_current_prtn() local
306 uint32_t exceptions = 0; in virt_guest_created() local
401 uint32_t exceptions = 0; in virt_next_guest() local
432 uint32_t exceptions = 0; in virt_get_guest() local
446 uint32_t exceptions = 0; in virt_put_guest() local
483 uint32_t exceptions = 0; in virt_guest_destroyed() local
605 uint32_t exceptions = 0; in virt_add_cookie_to_current_guest() local
626 uint32_t exceptions = 0; in virt_remove_cookie() local
642 uint32_t exceptions = 0; in virt_find_guest_by_cookie() local
[all …]
/optee_os/core/arch/arm/plat-stm32mp1/pm/
H A Dpsci.c51 static void __maybe_unused unlock_state_access(uint32_t exceptions) in unlock_state_access()
107 uint32_t exceptions = lock_state_access(); in stm32mp_register_online_cpu() local
154 uint32_t exceptions = 0; in psci_cpu_on() local
197 uint32_t exceptions = 0; in psci_cpu_off() local
/optee_os/core/arch/arm/mm/
H A Dcore_mmu.c101 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in cache_op_outer() local
159 uint32_t exceptions = cpu_spin_lock_xsave(&g_asid_spinlock); in asid_alloc() local
177 uint32_t exceptions = cpu_spin_lock_xsave(&g_asid_spinlock); in asid_free() local
194 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arch_va2pa_helper() local
H A Dsp_mem.c162 uint32_t exceptions = 0; in inactivate() local
198 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_get() local
224 uint32_t exceptions = 0; in sp_mem_new() local
255 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_add() local
265 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_is_shared() local
295 uint32_t exceptions = 0; in sp_mem_remove() local
H A Dmobj_ffa.c218 uint32_t exceptions = 0; in mobj_ffa_sel1_spmc_new() local
380 uint32_t exceptions = 0; in mobj_ffa_sel1_spmc_delete() local
486 uint32_t exceptions = 0; in mobj_ffa_push_to_inactive() local
527 uint32_t exceptions = 0; in mobj_ffa_sel1_spmc_reclaim() local
578 uint32_t exceptions = 0; in mobj_ffa_unregister_by_cookie() local
644 uint32_t exceptions = 0; in mobj_ffa_get_by_cookie() local
791 uint32_t exceptions = 0; in ffa_inactivate() local
859 uint32_t exceptions = 0; in ffa_shm_inc_map() local
909 uint32_t exceptions = 0; in ffa_shm_dec_map() local
1042 uint32_t exceptions = 0; in mobj_ffa_protmem_get_by_pa() local
[all …]
H A Dtee_pager.c173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect() local
222 static void pager_unlock(uint32_t exceptions) in pager_unlock()
589 uint32_t exceptions = pager_lock_check_stack(8); in region_insert() local
719 uint32_t exceptions = pager_lock_check_stack(64); in unlink_region() local
841 uint32_t exceptions = pager_lock_check_stack(64); in split_region() local
900 uint32_t exceptions = pager_lock_check_stack(64); in merge_region_with_next() local
1015 uint32_t exceptions; in rem_region() local
1100 uint32_t exceptions = 0; in tee_pager_set_um_region_attr() local
1186 uint32_t exceptions; in tee_pager_invalidate_fobj() local
1759 uint32_t exceptions; in tee_pager_handle_fault() local
[all …]
/optee_os/core/include/kernel/
H A Dspinlock.h121 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_no_dldetect() local
135 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_dldetect() local
148 uint32_t exceptions) in cpu_spin_unlock_xrestore()
/optee_os/core/arch/arm/plat-stm32mp2/
H A Dstm32_util.h15 #define may_spin_unlock(lock, exceptions) cpu_spin_unlock_xrestore(lock, \ argument
/optee_os/core/drivers/imx/mu/
H A Dimx_mu.c162 uint32_t exceptions = 0; in imx_mu_init() local
180 uint32_t exceptions = 0; in imx_mu_call() local
/optee_os/core/arch/arm/plat-rcar/
H A Dhw_rng.c29 uint32_t exceptions; in hw_get_random_bytes() local
/optee_os/core/drivers/wdt/
H A Dwatchdog_sm.c20 uint32_t exceptions = 0; in __wdt_sm_handler() local
/optee_os/core/drivers/rstctrl/
H A Drstctrl.c17 uint32_t exceptions = 0; in rstctrl_get_exclusive() local
/optee_os/core/arch/arm/plat-synquacer/
H A Drng_pta.c230 uint32_t exceptions = 0; in rng_collect_entropy() local
262 uint32_t exceptions = 0; in rng_get_entropy() local
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c153 static void malloc_unlock(struct malloc_ctx *ctx, uint32_t exceptions) in malloc_unlock()
305 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_reset_stats() local
322 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_get_stats() local
612 uint32_t exceptions = 0; in mem_alloc() local
626 uint32_t exceptions = 0; in free_flags() local
675 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_check() local
767 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_add_pool() local
776 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_is_within_alloced() local
789 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_overlaps_heap() local

123