/qemu/hw/arm/ |
H A D | stm32l4x5_soc.c | 64 3, /* RTC wakeup timer */ 66 31, /* I2C1 wakeup, Direct */ 67 33, /* I2C2 wakeup, Direct */ 68 72, /* I2C3 wakeup, Direct */ 69 37, /* USART1 wakeup, Direct */ 70 38, /* USART2 wakeup, Direct */ 71 39, /* USART3 wakeup, Direct */ 72 52, /* UART4 wakeup, Direct */ 73 53, /* UART4 wakeup, Direct */ 74 70, /* LPUART1 wakeup, Direct */ [all …]
|
/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 45 FIELD(CR1, WAKE, 11, 1) /* Receiver wakeup method */ 81 FIELD(CR3, WUFIE, 22, 1) /* Wakeup from Stop mode interrupt enable */ 82 FIELD(CR3, WUS, 20, 2) /* Wakeup from Stop mode interrupt flag selection */ 118 FIELD(ISR, WUF, 20, 1) /* Wakeup from Stop mode flag */ 119 FIELD(ISR, RWU, 19, 1) /* Receiver wakeup from Mute mode */ 139 FIELD(ICR, WUCF, 20, 1) /* Wakeup from Stop mode clear flag */
|
H A D | serial.c | 604 if (s->wakeup) { in serial_receive1() 970 DEFINE_PROP_BOOL("wakeup", SerialState, wakeup, false),
|
/qemu/docs/spin/ |
H A D | aio_notify_bug.promela | 3 * cleared too late, a wakeup could be lost.
|
/qemu/include/hw/char/ |
H A D | serial.h | 62 bool wakeup; member
|
/qemu/hw/usb/ |
H A D | core.c | 102 * This is machine init cold plug. No need to wakeup anyone, in usb_wakeup() 103 * all devices will be reset anyway. And trying to wakeup can in usb_wakeup() 108 if (dev->remote_wakeup && dev->port && dev->port->ops->wakeup) { in usb_wakeup() 109 dev->port->ops->wakeup(dev->port); in usb_wakeup()
|
H A D | desc-msos.c | 194 * Signaling remote wakeup capability in the standard usb in usb_desc_msos_prop()
|
H A D | canokey.c | 222 * INTR OUT -> useful device loop -> transmit -> wakeup in canokey_handle_data()
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
|
/qemu/qapi/ |
H A D | run-state.json | 263 # @WAKEUP: 272 # <- { "event": "WAKEUP", 275 { 'event': 'WAKEUP' }
|
/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 70 static Notifier wakeup; variable 635 wakeup.notify = xen_wakeup_notifier; in xen_hvm_init_pc() 636 qemu_register_wakeup_notifier(&wakeup); in xen_hvm_init_pc()
|
/qemu/hw/acpi/ |
H A D | core.c | 364 ACPIREGS *ar = container_of(notifier, ACPIREGS, wakeup); in acpi_notify_wakeup() 628 ar->wakeup.notify = acpi_notify_wakeup; in acpi_pm1_cnt_init() 629 qemu_register_wakeup_notifier(&ar->wakeup); in acpi_pm1_cnt_init()
|
/qemu/include/hw/sd/ |
H A D | sdhci.h | 65 uint8_t wakcon; /* WakeUp Control Register */
|
/qemu/include/hw/acpi/ |
H A D | acpi.h | 150 Notifier wakeup; member
|
/qemu/util/ |
H A D | qemu-coroutine-lock.c | 63 /* TODO: OSv implements wait morphing here, where the wakeup in qemu_co_queue_wait_impl() 247 * avoid wait and wakeup. So introduce it artificially. in qemu_co_mutex_lock()
|
/qemu/include/hw/xen/interface/ |
H A D | sched.h | 53 * VCPU. This avoids a "wakeup waiting" race.
|
/qemu/hw/net/ |
H A D | e1000x_regs.h | 238 #define E1000_WUC 0x05800 /* Wakeup Control - RW */ 239 #define E1000_WUFC 0x05808 /* Wakeup Filter Control - RW */ 240 #define E1000_WUS 0x05810 /* Wakeup Status - RO */ 245 #define E1000_WUPL 0x05900 /* Wakeup Packet Length - RW */ 246 #define E1000_WUPM 0x05A00 /* Wakeup Packet Memory - RO A */
|
/qemu/hw/dma/ |
H A D | pl330.c | 128 uint8_t wakeup; member 154 VMSTATE_UINT8(wakeup, PL330Chan), 987 ch->wakeup = ev_id; in pl330_dmawfe() 997 peer->wakeup == ev_id) { in pl330_dmawfe() 1436 (s->chan[chan_id].wakeup << 4) | in pl330_iomem_read_imp() 1459 return (s->manager.ns << 9) | (s->manager.wakeup << 4) | in pl330_iomem_read_imp()
|
/qemu/hw/misc/ |
H A D | exynos4210_pmu.c | 74 #define WAKEUP_STAT 0x0600 /* Wakeup status register */ 76 #define WAKEUP_MASK 0x0608 /* Configure wakeup source mask */
|
/qemu/tests/qtest/ |
H A D | stm32l4x5_exti-test.c | 212 * Bit 3 in EXTI_*2 registers (EXTI35) corresponds to PVM 1 Wakeup in test_software_interrupt() 380 * Bit 3 in EXTI_*2 registers (EXTI35) corresponds to PVM 1 Wakeup in test_no_software_interrupt()
|
/qemu/include/hw/ |
H A D | resettable.h | 32 * + Wakeup: reset resulting from a wake-up from a suspended state.
|
/qemu/accel/tcg/ |
H A D | tcg-accel-ops-rr.c | 286 /* Does not need a memory barrier because a spurious wakeup is okay. */ in rr_cpu_thread_fn()
|
/qemu/system/ |
H A D | runstate.c | 588 if (mc && mc->wakeup) { in qemu_system_wakeup() 589 mc->wakeup(current_machine); in qemu_system_wakeup()
|
/qemu/include/hw/misc/ |
H A D | xlnx-versal-crl.h | 212 FIELD(PSM_RST_MODE, WAKEUP, 2, 1)
|
/qemu/include/qemu/ |
H A D | coroutine.h | 62 * is in charge of the next wakeup. This can be an unlocker or,
|