Home
last modified time | relevance | path

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

12

/optee_os/core/arch/arm/kernel/
A Dtimer_a64.c15 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in generic_timer_start()
39 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in generic_timer_stop()
A Dtrace_ext.c23 uint32_t itr_status = thread_mask_exceptions(THREAD_EXCP_ALL); in trace_ext_puts()
A Dthread.c303 uint32_t __nostackcheck thread_mask_exceptions(uint32_t exceptions) in thread_mask_exceptions() function
380 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stackcheck_recursion_flag()
767 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_stack_limits()
819 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_is_in_normal_mode()
979 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_get_id_may_fail()
1235 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr()
1259 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr()
1273 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_kernel_enable_vfp()
1488 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in thread_enter_user_mode()
A Dvirtualization.c52 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in get_current_prtn()
63 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in set_current_prtn()
A Dthread_optee_smc.c232 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_disable_prealloc_rpc_cache()
274 exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in thread_enable_prealloc_rpc_cache()
A Dsecure_partition.c416 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
A Dstmm_sp.c113 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stmm_enter_user_mode()
/optee_os/core/arch/arm/include/kernel/
A Dspinlock.h99 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_no_dldetect()
114 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_dldetect()
A Dthread.h386 uint32_t thread_mask_exceptions(uint32_t exceptions);
/optee_os/core/kernel/
A Dpanic.c18 (void)thread_mask_exceptions(THREAD_EXCP_ALL); in __do_panic()
/optee_os/core/arch/arm/plat-synquacer/
A Drng_pta.c226 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in rng_collect_entropy()
278 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in rng_get_entropy()
/optee_os/core/arch/arm/plat-rzn1/
A Dpsci.c69 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os/core/arch/arm/mm/
A Dcore_mmu_lpae.c291 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in get_prtn()
957 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_find_table()
1124 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active()
1155 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
1241 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
A Dcore_mmu_v7.c654 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
684 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active()
A Dcore_mmu.c1464 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR); in cache_op_outer()
2107 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arm_va2pa_helper()
A Dtee_pager.c173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect()
/optee_os/core/drivers/
A Ddra7_rng.c86 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in hw_get_random_byte()
A Datmel_shdwc.c49 thread_mask_exceptions(THREAD_EXCP_ALL); in atmel_shdwc_shutdown()
A Dstm32_rng.c84 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stm32_rng_read_raw()
/optee_os/core/arch/arm/plat-stm32mp1/pm/
A Dpsci.c212 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os/core/arch/arm/plat-imx/pm/
A Dpsci.c110 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os/core/pta/
A Dbenchmark.c197 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in bm_timestamp()
/optee_os/out/arm/core/
A Dtext_init.ld.S35 *(.text.thread_mask_exceptions)
A Dtext_unpaged.ld.S36 *(.text.thread_mask_exceptions)
/optee_os/core/arch/arm/plat-rockchip/
A Dpsci_rk322x.c312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()

Completed in 34 milliseconds

12