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