/optee_os/core/kernel/ |
A D | mutex_lockdep.c | 40 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
|
/optee_os/core/arch/arm/kernel/ |
A D | timer_a64.c | 15 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in generic_timer_start() local 39 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in generic_timer_stop() local
|
A D | virtualization.c | 52 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_current_prtn() local 63 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in set_current_prtn() local 253 uint32_t exceptions = 0; in virt_guest_created() local 290 uint32_t exceptions; in virt_guest_destroyed() local 326 uint32_t exceptions; in virt_set_guest() local
|
A D | thread.c | 261 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() 286 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() 303 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions() 380 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stackcheck_recursion_flag() local 767 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stack_limits() local 819 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_is_in_normal_mode() local 979 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_get_id_may_fail() local 1235 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr() local 1259 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr() local 1307 uint32_t exceptions; in thread_kernel_disable_vfp() local [all …]
|
A D | spmc_sp_handler.c | 504 uint32_t exceptions = 0; in ffa_mem_retrieve() local 598 uint32_t exceptions = 0; in ffa_mem_relinquish() local 693 uint32_t exceptions = 0; in ffa_mem_reclaim() local
|
/optee_os/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() local 140 uint32_t exceptions = 0; in mobj_reg_shm_free() local 184 uint32_t exceptions = 0; in mobj_reg_shm_inc_map() local 234 uint32_t exceptions = 0; in mobj_reg_shm_dec_map() local 301 uint32_t exceptions = 0; in mobj_reg_shm_alloc() local 346 uint32_t exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_unguard() local 365 uint32_t exceptions = cpu_spin_lock_xsave(®_shm_slist_lock); in mobj_reg_shm_get_by_cookie() local 377 uint32_t exceptions = 0; in mobj_reg_shm_release_by_cookie() local
|
A D | sp_mem.c | 145 uint32_t exceptions = 0; in inactivate() local 181 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_get() local 207 uint32_t exceptions = 0; in sp_mem_new() local 238 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_add() local 248 uint32_t exceptions = cpu_spin_lock_xsave(&sp_mem_lock); in sp_mem_is_shared() local 278 uint32_t exceptions = 0; in sp_mem_remove() local
|
A D | tee_mm.c | 110 uint32_t exceptions; in tee_mm_get_pool_stats() local 147 uint32_t exceptions; in tee_mm_alloc() local 254 uint32_t exceptions; in tee_mm_alloc2() local 306 uint32_t exceptions; in tee_mm_free() local 344 uint32_t exceptions; in tee_mm_is_empty() local 369 uint32_t exceptions; in tee_mm_find() local
|
A D | mobj_ffa.c | 90 uint32_t exceptions = 0; in mobj_ffa_sel1_spmc_new() local 180 uint32_t exceptions = 0; in mobj_ffa_sel1_spmc_delete() local 239 uint32_t exceptions = 0; in mobj_ffa_push_to_inactive() local 266 uint32_t exceptions = 0; in mobj_ffa_sel1_spmc_reclaim() local 311 uint32_t exceptions = 0; local 357 uint32_t exceptions = 0; local 486 uint32_t exceptions = 0; local 534 uint32_t exceptions = 0; local 584 uint32_t exceptions = 0; local
|
A D | tee_pager.c | 173 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 …]
|
A D | core_mmu_lpae.c | 291 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in get_prtn() local 957 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_find_table() local 1124 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active() local 1155 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map() local 1241 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map() local
|
/optee_os/core/arch/arm/plat-stm32mp1/pm/ |
A D | psci.c | 49 static void __maybe_unused unlock_state_access(uint32_t exceptions) in unlock_state_access() 105 uint32_t exceptions = lock_state_access(); in stm32mp_register_online_cpu() local 150 uint32_t exceptions = 0; in psci_cpu_on() local 193 uint32_t exceptions = 0; in psci_cpu_off() local
|
/optee_os/lib/libutils/isoc/ |
A D | bget_malloc.c | 227 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_reset_stats() local 244 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_get_stats() local 515 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_malloc() local 554 uint32_t exceptions = malloc_lock(&malloc_ctx); in free_helper() local 564 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_calloc() local 599 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_realloc() local 613 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_memalign() local 639 uint32_t exceptions = malloc_lock(ctx); in gen_mdbg_check() local 790 uint32_t exceptions; in gen_malloc_add_pool() local 834 uint32_t exceptions = malloc_lock(ctx); in gen_malloc_buffer_is_within_alloced() local [all …]
|
/optee_os/core/arch/arm/include/kernel/ |
A D | spinlock.h | 99 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_no_dldetect() local 114 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_dldetect() local 127 uint32_t exceptions) in cpu_spin_unlock_xrestore()
|
/optee_os/core/drivers/clk/ |
A D | clk.c | 166 uint32_t exceptions = 0; in clk_enable() local 178 uint32_t exceptions = 0; in clk_disable() local 209 uint32_t exceptions = 0; in clk_set_rate() local 286 uint32_t exceptions = 0; in clk_set_parent() local
|
/optee_os/core/arch/arm/plat-rcar/ |
A D | hw_rng.c | 29 uint32_t exceptions = cpu_spin_lock_xsave(&spin_lock); in hw_get_random_byte() local
|
/optee_os/core/drivers/ |
A D | stm32_rng.c | 84 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stm32_rng_read_raw() local 130 uint32_t exceptions = may_spin_lock(&dev->lock); in gate_rng() local 153 uint32_t exceptions = 0; in stm32_rng_read() local
|
A D | atmel_trng.c | 39 uint32_t exceptions = 0; in atmel_trng_read32() local 76 uint32_t exceptions = 0; in hw_get_random_byte() local
|
A D | stm32_bsec.c | 131 static void bsec_unlock(uint32_t exceptions) in bsec_unlock() 229 uint32_t exceptions = 0; in stm32_bsec_shadow_register() local 298 uint32_t exceptions = 0; in stm32_bsec_write_otp() local 323 uint32_t exceptions = 0; in stm32_bsec_program_otp() local 373 uint32_t exceptions = 0; in stm32_bsec_permanent_lock_otp() local 424 uint32_t exceptions = 0; in stm32_bsec_write_debug_conf() local 449 uint32_t exceptions = 0; in set_bsec_lock() local
|
A D | hi16xx_rng.c | 74 uint32_t exceptions; in hw_get_random_byte() local
|
/optee_os/core/drivers/rstctrl/ |
A D | rstctrl.c | 19 uint32_t exceptions = 0; in rstctrl_get_exclusive() local
|
/optee_os/core/arch/arm/plat-synquacer/ |
A D | rng_pta.c | 226 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in rng_collect_entropy() local 258 uint32_t exceptions; in rng_get_entropy() local
|
/optee_os/core/arch/arm/plat-stm32mp1/ |
A D | shared_resources.c | 44 static void unlock_stm32shregs(uint32_t exceptions) in unlock_stm32shregs() 51 uint32_t exceptions = lock_stm32shregs(); in io_mask32_stm32shregs() local 60 uint32_t exceptions = lock_stm32shregs(); in io_clrsetbits32_stm32shregs() local
|
/optee_os/core/pta/ |
A D | benchmark.c | 192 uint32_t exceptions; in bm_timestamp() local
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_jr.c | 183 uint32_t exceptions = 0; in do_jr_dequeue() local 295 uint32_t exceptions = 0; in do_jr_enqueue() local
|