| /optee_os/core/kernel/ |
| H 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
|
| H A D | pm.c | 40 uint32_t exceptions = 0; in register_pm_cb() local 71 uint32_t exceptions = 0; in unregister_pm_cb() local
|
| H A D | thread.c | 175 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 D | stm32_shared_io.c | 18 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 D | stm32_bsec.c | 134 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 D | stm32_exti.c | 158 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 D | hisi_trng.c | 29 uint32_t exceptions = 0; in trng_read() local
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | sbi_mpxy.c | 86 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 D | tee_mm.c | 91 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 D | mobj_dyn_shm.c | 141 uint32_t exceptions = cpu_spin_lock_xsave(®_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(®_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 D | timer_a64.c | 15 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 D | virtualization.c | 78 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 D | psci.c | 51 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 D | core_mmu.c | 101 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 D | sp_mem.c | 162 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 D | mobj_ffa.c | 218 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 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 …]
|
| /optee_os/core/include/kernel/ |
| H A D | spinlock.h | 121 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 D | stm32_util.h | 15 #define may_spin_unlock(lock, exceptions) cpu_spin_unlock_xrestore(lock, \ argument
|
| /optee_os/core/drivers/imx/mu/ |
| H A D | imx_mu.c | 162 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 D | hw_rng.c | 29 uint32_t exceptions; in hw_get_random_bytes() local
|
| /optee_os/core/drivers/wdt/ |
| H A D | watchdog_sm.c | 20 uint32_t exceptions = 0; in __wdt_sm_handler() local
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | rstctrl.c | 17 uint32_t exceptions = 0; in rstctrl_get_exclusive() local
|
| /optee_os/core/arch/arm/plat-synquacer/ |
| H A D | rng_pta.c | 230 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 D | bget_malloc.c | 153 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
|