Searched refs:target_get_monitor_def (Results 1 – 4 of 4) sorted by relevance
/qemu/stubs/ |
H A D | target-get-monitor-def.c | 24 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval); 26 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval) in target_get_monitor_def() function
|
/qemu/include/monitor/ |
H A D | hmp-target.h | 45 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval);
|
/qemu/monitor/ |
H A D | hmp-target.c | 123 ret = target_get_monitor_def(cs, name, &tmp); in get_monitor_def()
|
/qemu/target/ppc/ |
H A D | ppc-qmp-cmds.c | 137 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval) in target_get_monitor_def() function
|