Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/system/
H A Dcp0_timer.c63 uint32_t cpu_mips_get_count(CPUMIPSState *env) in cpu_mips_get_count() function
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c236 return (int32_t)cpu_mips_get_count(env); in helper_rdhwr_cc()
/openbmc/qemu/target/mips/
H A Dinternal.h212 uint32_t cpu_mips_get_count(CPUMIPSState *env);
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c371 return (int32_t)cpu_mips_get_count(env); in helper_mfc0_count()