Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 189) sorted by relevance

12345678

/qemu/hw/misc/
A Dxlnx-versal-crl.c154 .reset = 0x1,
162 .reset = 0x1,
252 .reset = 0x1,
255 .reset = 0x1,
258 .reset = 0x1,
261 .reset = 0x1,
263 .reset = 0x1,
266 .reset = 0x1,
269 .reset = 0x1,
272 .reset = 0x1,
[all …]
A Dxlnx-zynqmp-crf.c84 .reset = 0x1,
92 .reset = 0x12c09,
99 .reset = 0x2c09,
113 .reset = 0x3f,
117 .reset = 0x400,
120 .reset = 0x400,
123 .reset = 0x400,
129 .reset = 0x2500,
147 .reset = 0x1500,
168 .reset = 0xa00,
[all …]
A Dxlnx-versal-pmc-iou-slcr.c1036 .reset = 0x1,
1041 .reset = 0x1,
1100 .reset = 0x1,
1105 .reset = 0x1,
1138 .reset = 0x4,
1141 .reset = 0x2,
1144 .reset = 0x4,
1147 .reset = 0x2,
1150 .reset = 0x1,
1155 .reset = 0x2,
[all …]
A Dxlnx-versal-xramc.c57 .reset = 0xf,
64 .reset = 0x7ff,
117 .reset = 0x4,
121 .reset = 0xffff,
A Dxlnx-zynqmp-apu-ctrl.c106 .reset = 0xffff0000ul, \
116 .reset = 0x1,
123 .reset = 0xf0f,
131 .reset = 0xf000f,
/qemu/tests/qtest/
A Dstm32l4x5_gpio-test.c227 g_assert_cmphex(odr, ==, reset(GPIO_A, ODR)); in test_idr_reset_value()
232 g_assert_cmphex(idr, ==, reset(GPIO_A, IDR)); in test_idr_reset_value()
242 g_assert_cmphex(odr, ==, reset(GPIO_B, ODR)); in test_idr_reset_value()
247 g_assert_cmphex(idr, ==, reset(GPIO_B, IDR)); in test_idr_reset_value()
256 g_assert_cmphex(odr, ==, reset(GPIO_C, ODR)); in test_idr_reset_value()
261 g_assert_cmphex(idr, ==, reset(GPIO_C, IDR)); in test_idr_reset_value()
309 gpio_writel(gpio, ODR, reset(gpio, ODR)); in test_gpio_output_mode()
414 gpio_writel(gpio2, ODR, reset(gpio2, ODR)); in test_push_pull()
467 gpio_writel(gpio2, ODR, reset(gpio2, ODR)); in test_open_drain()
472 gpio_writel(gpio, ODR, reset(gpio, ODR)); in test_open_drain()
[all …]
/qemu/docs/devel/
A Dreset.rst12 reset first) are addressed.
17 Triggering reset
26 instantly reset an object, without keeping it in reset state, just call
28 object to reset and a reset type.
33 Cold reset is supported by every resettable object. In QEMU, it means we reset
50 reset type should be used for such a request. Devices can utilize this reset
104 its registers back to what reset state was as well as reset everything on the
115 machines from reset ordering problems. To address this, the reset operation
168 in reset.
237 Polling the reset state
[all …]
/qemu/scripts/coccinelle/
A Ddevice-reset.cocci1 // Convert opencoded DeviceClass::reset assignments to calls to
8 // --sp-file scripts/coccinelle/device-reset.cocci \
14 // * the parent reset field in the target CPU class is 'parent_reset'
15 // * no reset function already has a 'dev' local
22 - dc->reset = resetfn;
29 - dc->reset = &resetfn;
A Dcpu-reset.cocci1 // Convert targets using the old CPUState reset to DeviceState reset
7 // --sp-file scripts/coccinelle/cpu-reset.cocci \
13 // * the parent reset field in the target CPU class is 'parent_reset'
14 // * no reset function already has a 'dev' local
A Dreset-type.cocci1 // Convert device code using three-phase reset to add a ResetType
10 // --sp-file scripts/coccinelle/reset-type.cocci \
39 // itself (probably chaining to the parent class reset) then add the
90 // Special case: isl_pmbus_vr.c has some reset methods calling others directly
/qemu/hw/usb/
A Dhcd-dwc3.c404 .reset = 0x300,
424 .reset = 0x198a,
460 .reset = 0xa0000,
464 .reset = 0x40d,
478 .reset = 0x2c7000a,
481 .reset = 0x2d10103,
484 .reset = 0x3d40103,
487 .reset = 0x4d70083,
490 .reset = 0x55a0083,
493 .reset = 0x5dd0083,
[all …]
A Dxlnx-versal-usb2-ctrl-regs.c117 .reset = 0x20,
124 .reset = 0x1,
133 .reset = 0x3,
/qemu/plugins/
A Dloader.c327 bool reset; member
346 if (data->reset) { in plugin_reset_destroy__locked()
396 bool reset) in plugin_reset_uninstall() argument
403 if (ctx->uninstalling || (reset && ctx->resetting)) { in plugin_reset_uninstall()
406 ctx->resetting = reset; in plugin_reset_uninstall()
407 ctx->uninstalling = !reset; in plugin_reset_uninstall()
413 data->reset = reset; in plugin_reset_uninstall()
/qemu/hw/mips/
A Dloongson3_bootp.c144 void init_reset_system(struct efi_reset_system_t *reset) in init_reset_system() argument
146 reset->Shutdown = cpu_to_le64(0xffffffffbfc000a8); in init_reset_system()
147 reset->ResetCold = cpu_to_le64(0xffffffffbfc00080); in init_reset_system()
148 reset->ResetWarm = cpu_to_le64(0xffffffffbfc00080); in init_reset_system()
149 reset->DoSuspend = cpu_to_le64(0xffffffffbfc000d0); in init_reset_system()
/qemu/rust/hw/char/pl011/src/
A Dlib.rs244 pub fn reset(&mut self) { in reset() method
312 pub fn reset(&mut self) { in reset() method
325 ret.reset(); in default()
389 pub fn reset(&mut self) { in reset() method
537 pub fn reset(&mut self) { in reset() method
547 ret.reset(); in default()
/qemu/qapi/
A Drun-state.json73 # @host-qmp-system-reset: Reaction to the QMP command 'system_reset'
82 # @guest-reset: Guest reset request, and command line turns that into
88 # @subsystem-reset: Partial guest reset that does not trigger QMP
99 'host-signal', 'host-ui', 'guest-shutdown', 'guest-reset',
100 'guest-panic', 'subsystem-reset', 'snapshot-load'] }
181 # Emitted when the virtual machine is reset
307 # @reset: system resets
334 # @reset: Reset the VM
342 'data': [ 'reset', 'shutdown' ] }
660 # @reset: the failure is unrecoverable but confined to the guest.
[all …]
/qemu/docs/specs/
A Dsev-guest-firmware.rst61 | 0xffffffb8 | 4 | SEV-ES AP reset RIP |
63 | 0xffffffbc | 2 | SEV-ES reset block entry length (=0x16) |
65 | 0xffffffbe | 16 | SEV-ES reset block entry GUID: |
85 SEV-ES reset block
90 For the initial boot of an AP under SEV-ES, the "reset" RIP must be
/qemu/hw/dma/
A Dxlnx-zynq-devcfg.c265 .reset = R_CTRL_PCAP_PR_MASK | R_CTRL_PCAP_MODE_MASK | 0x3 << 13,
275 .reset = R_CFG_RESET,
280 .reset = R_INT_STS_PSS_GTS_USR_B_MASK |
287 .reset = ~0,
292 .reset = R_STATUS_DMA_CMD_Q_E_MASK |
316 .reset = 0x2 << R_MCTRL_PS_VERSION_SHIFT | 1 << 23 | R_MCTRL_QEMU_MASK,
/qemu/hw/nvram/
A Dxlnx-versal-efuse-ctrl.c561 .reset = 0x1,
577 .reset = 0x19,
579 .reset = 0xff,
581 .reset = 0x11,
583 .reset = 0x3a,
585 .reset = 0x16,
591 .reset = 0x80007fff,
614 .reset = 0x8,
654 *(uint32_t *)reg->data = reg->access->reset; in efuse_ctrl_register_reset()
/qemu/tests/tcg/alpha/
A Dtest-cvttq.c29 unsigned long reset = (FPCR_INED | FPCR_UNFD | FPCR_OVFD | FPCR_DZED | in test_cvttq() local
41 : "f"(d), "f"(reset)); in test_cvttq()
/qemu/hw/ssi/
A Dxlnx-versal-ospi.c1424 .reset = 0x3,
1428 .reset = 0x2,
1434 .reset = 0x1,
1438 .reset = 0x101002,
1442 .reset = 0x80,
1453 .reset = 0x200,
1461 .reset = 0x1,
1465 .reset = 0x1,
1469 .reset = 0x10005,
1517 .reset = 0x4,
[all …]
/qemu/tests/tcg/arm/system/
A Dboot.S33 b reset /* reset vector */
203 reset: label
207 endf reset
/qemu/docs/system/devices/
A Dusb.rst367 ``usb-host`` properties for reset behavior
370 The ``guest-reset`` and ``guest-reset-all`` properties control
371 whenever the guest is allowed to reset the physical usb device on the
374 ``guest-reset=false``
375 The guest is not allowed to reset the (physical) usb device.
377 ``guest-reset=true,guest-resets-all=false``
378 The guest is allowed to reset the device when it is not yet
380 in one guest reset being allowed. This is the default behavior.
382 ``guest-reset=true,guest-resets-all=true``
383 The guest is allowed to reset the device as it pleases.
[all …]
/qemu/hw/core/
A Dregister.c87 old_val = reg->data ? register_read_val(reg) : ac->reset; in register_write()
141 ret = reg->data ? register_read_val(reg) : ac->reset; in register_read()
172 register_write_val(reg, reg->access->reset); in register_reset()
175 ac->post_write(reg, reg->access->reset); in register_reset()
/qemu/qga/
A Dcommands-posix-ssh.c114 bool has_reset, bool reset, in qmp_guest_ssh_add_authorized_keys() argument
124 reset = has_reset && reset; in qmp_guest_ssh_add_authorized_keys()
138 if (!reset) { in qmp_guest_ssh_add_authorized_keys()

Completed in 68 milliseconds

12345678