Home
last modified time | relevance | path

Searched refs:THREAD_FLAGS_FOREIGN_INTR_ENABLE (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Dthread.h20 #define THREAD_FLAGS_FOREIGN_INTR_ENABLE BIT(1) macro
/optee_os-3.20.0/core/kernel/
A Dthread.c527 THREAD_FLAGS_FOREIGN_INTR_ENABLE; in thread_set_foreign_intr()
535 ~THREAD_FLAGS_FOREIGN_INTR_ENABLE; in thread_set_foreign_intr()
549 if (threads[l->curr_thread].flags & THREAD_FLAGS_FOREIGN_INTR_ENABLE) in thread_restore_foreign_intr()

Completed in 5 milliseconds