Searched defs:set_thread_fault_code (Results 1 – 2 of 2) sorted by relevance
110 static inline void set_thread_fault_code(unsigned int val) in set_thread_fault_code() function
172 #define set_thread_fault_code(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FAULT_CODE] = (val)) macro