Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c937 static uint64_t cycles_get_count(CPUARMState *env) in cycles_get_count() function
1010 .get_count = cycles_get_count,
1331 uint64_t cycles = cycles_get_count(env); in pmccntr_op_start()