Home
last modified time | relevance | path

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

/optee_os-3.20.0/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 Dthread.c63 return (cpsr >> CPSR_F_SHIFT) & THREAD_EXCP_ALL; in thread_get_exceptions()
74 cpsr &= ~(THREAD_EXCP_ALL << CPSR_F_SHIFT); in thread_set_exceptions()
75 cpsr |= ((exceptions & THREAD_EXCP_ALL) << CPSR_F_SHIFT); in thread_set_exceptions()
88 return (daif >> DAIF_F_SHIFT) & THREAD_EXCP_ALL; in thread_get_exceptions()
99 daif &= ~(THREAD_EXCP_ALL << DAIF_F_SHIFT); in thread_set_exceptions()
100 daif |= ((exceptions & THREAD_EXCP_ALL) << DAIF_F_SHIFT); in thread_set_exceptions()
112 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()
118 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()
1018 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in thread_enter_user_mode()
A Dboot.c1322 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()
1418 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
A Dthread_optee_smc.c50 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.c112 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stmm_enter_user_mode()
A Dsecure_partition.c1013 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
/optee_os-3.20.0/core/include/kernel/
A Dspinlock.h98 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_no_dldetect()
112 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in cpu_spin_lock_xsave_dldetect()
/optee_os-3.20.0/core/kernel/
A Dpanic.c18 (void)thread_mask_exceptions(THREAD_EXCP_ALL); in __do_panic()
A Dtrace_ext.c23 uint32_t itr_status = thread_mask_exceptions(THREAD_EXCP_ALL); in trace_ext_puts()
/optee_os-3.20.0/core/arch/arm/plat-rzn1/
A Dpsci.c69 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dthread_arch.h114 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR | \ macro
/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c227 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in rng_collect_entropy()
279 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in rng_get_entropy()
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_lpae.c294 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in get_prtn()
993 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_find_table()
1160 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_user_mapping_is_active()
1191 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
1277 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
A Dcore_mmu.c173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arch_va2pa_helper()
A Dcore_mmu_v7.c673 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in core_mmu_set_user_map()
703 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()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/pm/
A Dpsci.c215 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os-3.20.0/core/drivers/
A Datmel_shdwc.c52 thread_mask_exceptions(THREAD_EXCP_ALL); in atmel_shdwc_shutdown()
/optee_os-3.20.0/core/pta/
A Dbenchmark.c197 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in bm_timestamp()
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/
A Dpsci.c110 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_arch.h304 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR \ macro
/optee_os-3.20.0/core/arch/arm/plat-rockchip/
A Dpsci_rk322x.c312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()

Completed in 37 milliseconds