Home
last modified time | relevance | path

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

/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.c258 return (cpsr >> CPSR_F_SHIFT) & THREAD_EXCP_ALL; in thread_get_exceptions()
269 cpsr &= ~(THREAD_EXCP_ALL << CPSR_F_SHIFT); in thread_set_exceptions()
270 cpsr |= ((exceptions & THREAD_EXCP_ALL) << CPSR_F_SHIFT); in thread_set_exceptions()
283 return (daif >> DAIF_F_SHIFT) & THREAD_EXCP_ALL; in thread_get_exceptions()
294 daif &= ~(THREAD_EXCP_ALL << DAIF_F_SHIFT); in thread_set_exceptions()
295 daif |= ((exceptions & THREAD_EXCP_ALL) << DAIF_F_SHIFT); in thread_set_exceptions()
307 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()
313 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()
1488 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in thread_enter_user_mode()
A Dboot.c1246 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()
1320 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
A Dsecure_partition.c416 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
A Dthread_optee_smc.c47 assert(thread_get_exceptions() == THREAD_EXCP_ALL); in thread_handle_fast_smc()
A Dthread_spmc.c949 assert((thread_get_exceptions() & THREAD_EXCP_ALL) == THREAD_EXCP_ALL); in thread_spmc_msg_recv()
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.h363 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR \ macro
/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 Dtee_pager.c173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect()
A Dcore_mmu.c2107 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arm_va2pa_helper()
/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/core/arch/arm/plat-rockchip/
A Dpsci_rk322x.c312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()

Completed in 39 milliseconds