Home
last modified time | relevance | path

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

/external/qemu/
Dmonitor.c1756 typedef struct MonitorDef { struct
1759 target_long (*get_value)(const struct MonitorDef *md, int val); argument
1761 } MonitorDef; typedef
1766 static target_long monitor_get_pc (const struct MonitorDef *md, int val) in monitor_get_pc()
1776 static target_long monitor_get_ccr (const struct MonitorDef *md, int val) in monitor_get_ccr()
1792 static target_long monitor_get_msr (const struct MonitorDef *md, int val) in monitor_get_msr()
1800 static target_long monitor_get_xer (const struct MonitorDef *md, int val) in monitor_get_xer()
1808 static target_long monitor_get_decr (const struct MonitorDef *md, int val) in monitor_get_decr()
1816 static target_long monitor_get_tbu (const struct MonitorDef *md, int val) in monitor_get_tbu()
1824 static target_long monitor_get_tbl (const struct MonitorDef *md, int val) in monitor_get_tbl()
[all …]