Searched refs:DMAR_OPERATION_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
9 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000) macro
6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10) macro
290 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
1394 (DMAR_OPERATION_TIMEOUT > (get_cycles() - start_time))) in dmar_disable_qi()