Searched refs:_TSP_ChkHwPcrNotifyId (Results 1 – 3 of 3) sorted by relevance
211 #define _TSP_ChkHwPcrNotifyId(fltid) (_u32HwPcrNotifyId[(fltid>>5)] & (1UL <… macro2282 if(_TSP_ChkHwPcrNotifyId(0)) in _TSP_Isr()2293 if(_TSP_ChkHwPcrNotifyId(1)) in _TSP_Isr()
200 #define _TSP_ChkHwPcrNotifyId(fltid) (_u32HwPcrNotifyId[(fltid>>5UL)] & (1 <… macro2837 if(_TSP_ChkHwPcrNotifyId(0) in _TSP_Isr()
213 #define _TSP_ChkHwPcrNotifyId(fltid) (_u32HwPcrNotifyId[(fltid>>5)] & (1 << … macro2020 if (_TSP_ChkHwPcrNotifyId(i) && (hw_int & u32HwPcrIntMask)) in _TSP_ISR()