Searched refs:MD_I32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/monitor/ |
H A D | hmp-target.h | 42 #define MD_I32 1 macro
|
/openbmc/qemu/monitor/ |
H A D | hmp-target.c | 108 case MD_I32: in get_monitor_def()
|
/openbmc/qemu/target/sparc/ |
H A D | monitor.c | 157 { "fprs", offsetof(CPUSPARCState, fprs), NULL, MD_I32 },
|
/openbmc/qemu/target/i386/ |
H A D | monitor.c | 610 { name, offsetof(CPUX86State, segs[seg].selector), NULL, MD_I32 },\ 612 { name ".limit", offsetof(CPUX86State, segs[seg].limit), NULL, MD_I32 },
|