Home
last modified time | relevance | path

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

/external/qemu/hw/
Dmips_timer.c23 uint32_t cpu_mips_get_count (CPUState *env) in cpu_mips_get_count() function
/external/qemu/target-mips/
Dcpu.h588 uint32_t cpu_mips_get_count (CPUState *env);
Dop_helper.c697 return (int32_t)cpu_mips_get_count(env); in helper_mfc0_count()