Searched refs:RESET_TYPE_COLD (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | resettable.c | 229 resettable_assert_reset(obj, RESET_TYPE_COLD); in resettable_change_parent() 236 resettable_phase_hold(obj, NULL, RESET_TYPE_COLD); in resettable_change_parent() 240 resettable_release_reset(obj, RESET_TYPE_COLD); in resettable_change_parent() 246 resettable_reset((Object *) opaque, RESET_TYPE_COLD); in resettable_cold_reset_fn()
|
H A D | reset.c | 149 &fli, RESET_TYPE_COLD); in find_legacy_reset()
|
H A D | qdev.c | 239 resettable_reset(OBJECT(dev), RESET_TYPE_COLD); in device_cold_reset() 544 resettable_assert_reset(OBJECT(dev), RESET_TYPE_COLD); in device_set_realized() 547 resettable_release_reset(OBJECT(dev), RESET_TYPE_COLD); in device_set_realized()
|
H A D | bus.c | 75 resettable_reset(OBJECT(bus), RESET_TYPE_COLD); in bus_cold_reset()
|
/openbmc/qemu/include/hw/ |
H A D | resettable.h | 38 RESET_TYPE_COLD, enumerator
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | reset-type.cocci | 97 // Special case: device_phases_reset() needs to pass RESET_TYPE_COLD 105 + rc->phases.phase(obj, RESET_TYPE_COLD)
|
/openbmc/qemu/docs/devel/ |
H A D | reset.rst | 32 ``RESET_TYPE_COLD`` 42 this the same as ``RESET_TYPE_COLD``. The main exception is devices which 68 as equivalent to ``RESET_TYPE_COLD``; this will reduce the amount of
|
/openbmc/qemu/system/ |
H A D | runstate.c | 522 type = RESET_TYPE_COLD; in qemu_system_reset()
|