Home
last modified time | relevance | path

Searched refs:counter2 (Results 1 – 1 of 1) sorted by relevance

/arch/mips/oprofile/
Dop_model_rm9000.c87 uint32_t counter1, counter2; in rm9000_perfcount_handler() local
100 counter2 = counters >> 32; in rm9000_perfcount_handler()
108 counter2 = reg.reset_counter2; in rm9000_perfcount_handler()
111 counters = ((uint64_t)counter2 << 32) | counter1; in rm9000_perfcount_handler()