Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c76 CPUState *mon_get_cpu(Monitor *mon) in mon_get_cpu() function
83 CPUState *cs = mon_get_cpu(mon); in mon_get_cpu_env()
107 cs = vcpu >= 0 ? qemu_get_cpu(vcpu) : mon_get_cpu(mon); in hmp_info_registers()
129 CPUState *cs = mon_get_cpu(mon); in memory_dump()
305 CPUState *cs = mon_get_cpu(mon); in hmp_gva2gpa()
H A Dhmp-target.c91 CPUState *cs = mon_get_cpu(mon); in get_monitor_def()
/openbmc/qemu/include/monitor/
H A Dhmp-target.h48 CPUState *mon_get_cpu(Monitor *mon);
/openbmc/qemu/target/i386/
H A Dcpu-apic.c103 cs = mon_get_cpu(mon); in hmp_info_local_apic()