| /optee_os/core/arch/riscv/kernel/ |
| H A D | sbi_mpxy.c | 89 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 D | thread_arch.c | 76 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 D | thread_optee_abi.c | 309 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 D | spinlock.h | 121 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 D | thread.h | 155 uint32_t thread_mask_exceptions(uint32_t exceptions);
|
| /optee_os/core/kernel/ |
| H A D | trace_ext.c | 24 uint32_t itr_status = thread_mask_exceptions(THREAD_EXCP_ALL); in trace_ext_puts()
|
| H A D | thread.c | 180 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 D | panic.c | 68 (void)thread_mask_exceptions(THREAD_EXCP_ALL); in __do_panic()
|
| /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() 194 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arch_va2pa_helper()
|
| H A D | core_mmu_lpae.c | 371 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 D | core_mmu_v7.c | 732 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 D | tee_pager.c | 173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect()
|
| /optee_os/core/arch/arm/plat-rzn1/ |
| H A D | psci.c | 69 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
|
| /optee_os/core/drivers/pm/imx/ |
| H A D | psci.c | 84 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
|
| /optee_os/core/arch/arm/plat-stm32mp1/pm/ |
| H A D | psci.c | 217 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | core_mmu_arch.c | 686 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 D | atmel_shdwc.c | 73 thread_mask_exceptions(THREAD_EXCP_ALL); in atmel_shdwc_shutdown()
|
| H A D | stm32_i2c.c | 796 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in lock_i2c_bus_access()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread.c | 109 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 D | virtualization.c | 78 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 D | thread_optee_smc.c | 308 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 D | stmm_sp.c | 124 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stmm_enter_user_mode()
|
| H A D | secure_partition.c | 1805 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | psci_rk322x.c | 312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
|