Home
last modified time | relevance | path

Searched full:wakeup (Results 1 – 25 of 67) sorted by relevance

123

/qemu/hw/arm/
H A Dstm32l4x5_soc.c64 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 Dstm32l4x5_usart.c45 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 Dserial.c604 if (s->wakeup) { in serial_receive1()
970 DEFINE_PROP_BOOL("wakeup", SerialState, wakeup, false),
/qemu/docs/spin/
H A Daio_notify_bug.promela3 * cleared too late, a wakeup could be lost.
/qemu/include/hw/char/
H A Dserial.h62 bool wakeup; member
/qemu/hw/usb/
H A Dcore.c102 * 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 Ddesc-msos.c194 * Signaling remote wakeup capability in the standard usb in usb_desc_msos_prop()
H A Dcanokey.c222 * INTR OUT -> useful device loop -> transmit -> wakeup in canokey_handle_data()
/qemu/tests/qtest/migration/i386/
H A Da-b-bootblock.S110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
/qemu/qapi/
H A Drun-state.json263 # @WAKEUP:
272 # <- { "event": "WAKEUP",
275 { 'event': 'WAKEUP' }
/qemu/hw/i386/xen/
H A Dxen-hvm.c70 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 Dcore.c364 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 Dsdhci.h65 uint8_t wakcon; /* WakeUp Control Register */
/qemu/include/hw/acpi/
H A Dacpi.h150 Notifier wakeup; member
/qemu/util/
H A Dqemu-coroutine-lock.c63 /* 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 Dsched.h53 * VCPU. This avoids a "wakeup waiting" race.
/qemu/hw/net/
H A De1000x_regs.h238 #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 Dpl330.c128 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 Dexynos4210_pmu.c74 #define WAKEUP_STAT 0x0600 /* Wakeup status register */
76 #define WAKEUP_MASK 0x0608 /* Configure wakeup source mask */
/qemu/tests/qtest/
H A Dstm32l4x5_exti-test.c212 * 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 Dresettable.h32 * + Wakeup: reset resulting from a wake-up from a suspended state.
/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c286 /* Does not need a memory barrier because a spurious wakeup is okay. */ in rr_cpu_thread_fn()
/qemu/system/
H A Drunstate.c588 if (mc && mc->wakeup) { in qemu_system_wakeup()
589 mc->wakeup(current_machine); in qemu_system_wakeup()
/qemu/include/hw/misc/
H A Dxlnx-versal-crl.h212 FIELD(PSM_RST_MODE, WAKEUP, 2, 1)
/qemu/include/qemu/
H A Dcoroutine.h62 * is in charge of the next wakeup. This can be an unlocker or,

123