Searched refs:THREAD_EXCP_ALL (Results 1 – 24 of 24) 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()
23 uint32_t itr_status = thread_mask_exceptions(THREAD_EXCP_ALL); in trace_ext_puts()
258 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()
1246 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()1320 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
416 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in sp_enter_invoke_cmd()
47 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()
113 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stmm_enter_user_mode()
99 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()
363 #define THREAD_EXCP_ALL (THREAD_EXCP_FOREIGN_INTR \ macro
18 (void)thread_mask_exceptions(THREAD_EXCP_ALL); in __do_panic()
226 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()
69 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
291 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()
654 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()
173 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in pager_lock_dldetect()
2107 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in arm_va2pa_helper()
86 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in hw_get_random_byte()
49 thread_mask_exceptions(THREAD_EXCP_ALL); in atmel_shdwc_shutdown()
84 uint32_t exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in stm32_rng_read_raw()
212 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
110 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
197 exceptions = thread_mask_exceptions(THREAD_EXCP_ALL); in bm_timestamp()
312 thread_mask_exceptions(THREAD_EXCP_ALL); in psci_cpu_off()
Completed in 39 milliseconds