Searched refs:tsc_in (Results 1 – 2 of 2) sorted by relevance
130 tsc_in = event >> 31142 if tsc_in == 1:213 elif tsc < last_tsc[cpu] and tsc_in == 1:217 if last_tsc[cpu] > 0 and tsc_in == 1:222 if tsc_in == 1:
818 uint32_t tsc_in; in do_IRQ() local895 tsc_in = tb_init_done ? get_cycles() : 0; in do_IRQ()897 TRACE_3D(TRC_HW_IRQ_HANDLED, irq, tsc_in, get_cycles()); in do_IRQ()918 tsc_in = tb_init_done ? get_cycles() : 0; in do_IRQ()920 TRACE_3D(TRC_HW_IRQ_HANDLED, irq, tsc_in, get_cycles()); in do_IRQ()
Completed in 10 milliseconds