Home
last modified time | relevance | path

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

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