Home
last modified time | relevance | path

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

/openbmc/qemu/hw/openrisc/
H A Dcputimer.c45 uint32_t cpu_openrisc_count_get(OpenRISCCPU *cpu) in cpu_openrisc_count_get() function
/openbmc/qemu/target/openrisc/
H A Dcpu.h323 uint32_t cpu_openrisc_count_get(OpenRISCCPU *cpu);
H A Dsys_helper.c353 return cpu_openrisc_count_get(cpu); in HELPER()