Searched refs:target_long (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | cpu-defs.h | 44 typedef int32_t target_long; typedef 50 typedef int64_t target_long; typedef
|
D | monitor.c | 768 target_long addr = GET_TLONG(addrh, addrl); in do_memory_dump() 836 target_long addr = GET_TLONG(valh, vall); in do_memory_save() 1758 target_long (*get_value)(const struct MonitorDef *md, int val); 1763 static target_long monitor_get_pc (const struct MonitorDef *md, int val) in monitor_get_pc() 1773 static target_long monitor_get_ccr (const struct MonitorDef *md, int val) in monitor_get_ccr() 1789 static target_long monitor_get_msr (const struct MonitorDef *md, int val) in monitor_get_msr() 1797 static target_long monitor_get_xer (const struct MonitorDef *md, int val) in monitor_get_xer() 1805 static target_long monitor_get_decr (const struct MonitorDef *md, int val) in monitor_get_decr() 1813 static target_long monitor_get_tbu (const struct MonitorDef *md, int val) in monitor_get_tbu() 1821 static target_long monitor_get_tbl (const struct MonitorDef *md, int val) in monitor_get_tbl() [all …]
|