Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dspapr_watchdog.c125 if (!w->leave_others) { in watchdog_expired()
165 w->leave_others = FIELD_EX64(flags, PSERIES_WDTF, LEAVE_OTHER); in h_watchdog()
232 VMSTATE_UINT8(leave_others, SpaprWatchdog),
249 &w->leave_others, OBJ_PROP_FLAG_READ); in spapr_wdt_realize()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h178 uint8_t leave_others; /* leaveOtherWatchdogsRunningOnTimeout */ member