Home
last modified time | relevance | path

Searched refs:thread_mask_exceptions (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c89 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_set_shmem()
144 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_get_channel_ids()
202 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_read_attributes()
249 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_write_attributes()
305 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_send_message_with_response()
365 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_send_message_without_response()
411 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_get_channel_count()
465 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sbi_mpxy_get_notification_events()
H A Dthread_arch.c76 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions() function
543 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in thread_enter_user_mode()
H A Dthread_optee_abi.c309 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_disable_prealloc_rpc_cache()
351 exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_enable_prealloc_rpc_cache()
/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()
135 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_dldetect()
H A Dthread.h155 uint32_t thread_mask_exceptions(uint32_t exceptions);
/optee_os/core/kernel/
H A Dtrace_ext.c24 uint32_t itr_status = thread_mask_exceptions(THREAD_EXCP_ALL); in trace_ext_puts()
H A Dthread.c180 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in thread_update_canaries()
332 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stackcheck_recursion_flag()
423 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stack_limits()
468 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_is_in_normal_mode()
488 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_get_id_may_fail()
706 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr()
730 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr()
H A Dpanic.c68 (void)thread_mask_exceptions(THREAD_EXCP_ALL); in __do_panic()
/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()
194 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arch_va2pa_helper()
H A Dcore_mmu_lpae.c371 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in get_prtn()
1277 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_find_table()
1441 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active()
1472 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
1563 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
H A Dcore_mmu_v7.c732 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
762 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active()
H A Dtee_pager.c173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect()
/optee_os/core/arch/arm/plat-rzn1/
H A Dpsci.c69 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os/core/drivers/pm/imx/
H A Dpsci.c84 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os/core/arch/arm/plat-stm32mp1/pm/
H A Dpsci.c217 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c686 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arch_va2pa_helper()
754 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_find_table()
947 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
1037 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active()
/optee_os/core/drivers/
H A Datmel_shdwc.c73 thread_mask_exceptions(THREAD_EXCP_ALL); in atmel_shdwc_shutdown()
H A Dstm32_i2c.c796 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in lock_i2c_bus_access()
/optee_os/core/arch/arm/kernel/
H A Dthread.c109 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions() function
781 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_kernel_enable_vfp()
1025 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in thread_enter_user_mode()
H A Dvirtualization.c78 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_current_prtn()
98 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in set_current_prtn()
H A Dthread_optee_smc.c308 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_disable_prealloc_rpc_cache()
350 exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_enable_prealloc_rpc_cache()
H A Dstmm_sp.c124 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stmm_enter_user_mode()
H A Dsecure_partition.c1805 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
/optee_os/core/arch/arm/plat-rockchip/
H A Dpsci_rk322x.c312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()