Searched refs:THREAD_EXCP_ALL (Results 1 – 23 of 23) sorted by relevance
15 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()
63 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()
1322 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()1418 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
50 assert(thread_get_exceptions() == THREAD_EXCP_ALL); in thread_handle_fast_smc()
949 assert((thread_get_exceptions() & THREAD_EXCP_ALL) == THREAD_EXCP_ALL); in thread_spmc_msg_recv()
112 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stmm_enter_user_mode()
1013 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
98 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()
18 (void)thread_mask_exceptions(THREAD_EXCP_ALL); in __do_panic()
23 uint32_t itr_status = thread_mask_exceptions(THREAD_EXCP_ALL); in trace_ext_puts()
69 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
114 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR | \ macro
227 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()
294 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()
173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arch_va2pa_helper()
673 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()
173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect()
215 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
52 thread_mask_exceptions(THREAD_EXCP_ALL); in atmel_shdwc_shutdown()
197 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in bm_timestamp()
110 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
304 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR \ macro
312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
Completed in 37 milliseconds