Searched refs:thread_set_exceptions (Results 1 – 6 of 6) sorted by relevance
133 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()276 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
53 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function80 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()86 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()
68 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function93 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function114 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()120 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()841 thread_set_exceptions(exceptions); in thread_kernel_disable_vfp()
894 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()1083 thread_set_exceptions(thread_get_exceptions() & in boot_init_primary_runtime()1103 thread_set_exceptions(thread_get_exceptions() | in boot_init_primary_final()1118 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
148 void thread_set_exceptions(uint32_t exceptions);
716 thread_set_exceptions(exceptions & ~THREAD_EXCP_FOREIGN_INTR); in thread_set_foreign_intr()738 thread_set_exceptions(exceptions & ~THREAD_EXCP_FOREIGN_INTR); in thread_restore_foreign_intr()