Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0_timer.c30 static uint32_t cpu_mips_get_count_val(CPUMIPSState *env) in cpu_mips_get_count_val() function
44 wait = env->CP0_Compare - cpu_mips_get_count_val(env); in cpu_mips_timer_update()
77 return cpu_mips_get_count_val(env); in cpu_mips_get_count()