Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c57 if (cpu->cc->query_cpu_fast) { in qmp_query_cpus_fast()
58 cpu->cc->query_cpu_fast(cpu, value); in qmp_query_cpus_fast()
/openbmc/qemu/target/s390x/
H A Dcpu.c396 cc->query_cpu_fast = s390_query_cpu_fast; in s390_cpu_class_init()
/openbmc/qemu/include/hw/core/
H A Dcpu.h159 void (*query_cpu_fast)(CPUState *cpu, CpuInfoFast *value); member