Searched refs:kick (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/contrib/ivshmem-client/ |
| H A D | ivshmem-client.c | 296 uint64_t kick; in ivshmem_client_handle_event() local 307 ret = read(peer->vectors[i], &kick, sizeof(kick)); in ivshmem_client_handle_event() 311 if (ret != sizeof(kick)) { in ivshmem_client_handle_event() 317 PRIu64 "\n", peer->vectors[i], i, kick); in ivshmem_client_handle_event() 349 uint64_t kick; in ivshmem_client_notify() local 361 kick = 1; in ivshmem_client_notify() 362 if (write(fd, &kick, sizeof(kick)) != sizeof(kick)) { in ivshmem_client_notify()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | virtio_scsi_fuzz.c | 78 uint8_t kick; in virtio_scsi_fuzz() member 103 vqa.kick = vqa.kick & 1; in virtio_scsi_fuzz() 119 if (vqa.kick) { in virtio_scsi_fuzz()
|
| H A D | virtio_blk_fuzz.c | 75 uint8_t kick; in virtio_blk_fuzz() member 100 vqa.kick = vqa.kick & 1; in virtio_blk_fuzz() 115 if (vqa.kick) { in virtio_blk_fuzz()
|
| /openbmc/qemu/hw/net/ |
| H A D | sungem.c | 377 uint32_t comp, kick; in sungem_tx_kick() local 405 kick = s->txdmaregs[TXDMA_KICK >> 2] & s->tx_mask; in sungem_tx_kick() 407 trace_sungem_tx_process(comp, kick, s->tx_mask + 1); in sungem_tx_kick() 413 while (comp != kick) { in sungem_tx_kick() 443 static bool sungem_rx_full(SunGEMState *s, uint32_t kick, uint32_t done) in sungem_rx_full() argument 445 return kick == ((done + 1) & s->rx_mask); in sungem_rx_full() 451 uint32_t kick, done, rxdma_cfg, rxmac_cfg; in sungem_can_receive() local 468 kick = s->rxdmaregs[RXDMA_KICK >> 2]; in sungem_can_receive() 470 full = sungem_rx_full(s, kick, done); in sungem_can_receive() 472 trace_sungem_rx_check(!full, kick, done); in sungem_can_receive() [all …]
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/ |
| H A D | packagegroup-obmc-apps.bbappend | 2 # This will kick start a gpio monitor that will catch the
|
| /openbmc/u-boot/doc/ |
| H A D | README.nokia_rx51 | 20 NOLO so u-boot must kick watchdog to prevent reboot device (but not very
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | native.bbclass | 109 # we dont want libc-*libc to kick in for native recipes
|
| /openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
| H A D | GPL-2.0-with-lmbench-restriction | 87 networking numbers in isolation. The restrictions only kick
|
| /openbmc/docs/designs/ |
| H A D | bmc-reset-with-host-up.md | 134 - Move host to Quiesce and allow automated recovery to kick in
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci.c | 1739 uint64_t kick = epctx->mfindex_last + epctx->interval; in xhci_calc_intr_kick() local 1742 xfer->mfindex_kick = MAX(asap, kick); in xhci_calc_intr_kick()
|