Home
last modified time | relevance | path

Searched refs:DIAG288State (Results 1 – 3 of 3) sorted by path

/qemu/hw/watchdog/
H A Dwdt_diag288.c27 VMSTATE_TIMER_PTR(timer, DIAG288State),
28 VMSTATE_BOOL(enabled, DIAG288State),
35 DIAG288State *diag288 = DIAG288(dev); in wdt_diag288_reset()
66 static int wdt_diag288_handle_timer(DIAG288State *diag288, in wdt_diag288_handle_timer()
97 DIAG288State *diag288 = DIAG288(dev); in wdt_diag288_realize()
106 DIAG288State *diag288 = DIAG288(dev); in wdt_diag288_unrealize()
130 .instance_size = sizeof(DIAG288State),
/qemu/include/hw/watchdog/
H A Dwdt_diag288.h9 typedef struct DIAG288State DIAG288State; typedef
10 DECLARE_OBJ_CHECKERS(DIAG288State, DIAG288Class,
17 struct DIAG288State { struct
31 int (*handle_timer)(DIAG288State *dev, argument
/qemu/target/s390x/
H A Ddiag.c34 DIAG288State *diag288; in handle_diag_288()