Home
last modified time | relevance | path

Searched refs:thread_set_exceptions (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dboot.c133 thread_set_exceptions(THREAD_EXCP_ALL); in init_primary()
278 thread_set_exceptions(THREAD_EXCP_ALL); in init_secondary_helper()
H A Dthread_arch.c53 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function
80 thread_set_exceptions(state | (exceptions & THREAD_EXCP_ALL)); in thread_mask_exceptions()
86 thread_set_exceptions(state & THREAD_EXCP_ALL); in thread_unmask_exceptions()
/optee_os/core/arch/arm/kernel/
H A Dthread.c67 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function
92 void __nostackcheck thread_set_exceptions(uint32_t exceptions) in thread_set_exceptions() function
113 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()
H A Dboot.c893 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()
/optee_os/core/include/kernel/
H A Dthread.h148 void thread_set_exceptions(uint32_t exceptions);
/optee_os/core/kernel/
H A Dthread.c716 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()