Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c77 CPUState *mon_get_cpu(Monitor *mon) in mon_get_cpu() function
84 CPUState *cs = mon_get_cpu(mon); in mon_get_cpu_env()
108 cs = vcpu >= 0 ? qemu_get_cpu(vcpu) : mon_get_cpu(mon); in hmp_info_registers()
130 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);