Searched refs:thread_set_exceptions (Results 1 – 6 of 6) sorted by relevance
133 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()278 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()
67 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function92 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function113 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()119 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()824 thread_set_exceptions(exceptions); in thread_kernel_disable_vfp()
893 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()1082 thread_set_exceptions(thread_get_exceptions() & in boot_init_primary_runtime()1102 thread_set_exceptions(thread_get_exceptions() | in boot_init_primary_final()1117 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()