Searched refs:next (Results 1 – 6 of 6) sorted by relevance
| /devicemodel/hw/pci/ |
| A D | gvt.c | 100 char *next; in update_gvt_bar() local 128 bar0_start_addr = strtoull(next, &next, 16); in update_gvt_bar() 129 bar0_end_addr = strtoull(next, &next, 16) + bar0_start_addr -1; in update_gvt_bar() 130 bar2_start_addr = strtoull(next, &next, 16); in update_gvt_bar() 131 bar2_end_addr = strtoull(next, &next, 16) + bar2_start_addr -1; in update_gvt_bar() 170 char *next; in gvt_init_config() local 196 bar0_start_addr = strtoull(next, &next, 16); in gvt_init_config() 197 bar0_end_addr = strtoull(next, &next, 16); in gvt_init_config() 200 next = next + 80; in gvt_init_config() 201 bar2_start_addr = strtoull(next, &next, 16); in gvt_init_config() [all …]
|
| A D | ahci.c | 828 next: in ahci_handle_dsm_trim() 855 goto next; in ahci_handle_dsm_trim() 2361 char *next, *next2; in pci_ahci_init() local 2379 for (p = 0; p < MAX_PORTS && opts != NULL; p++, opts = next) { in pci_ahci_init() 2390 next = strstr(opts, ",hd:"); in pci_ahci_init() 2392 if (next == NULL || (next2 != NULL && next2 < next)) in pci_ahci_init() 2393 next = next2; in pci_ahci_init() 2394 if (next != NULL) { in pci_ahci_init() 2395 next[0] = 0; in pci_ahci_init() 2396 next++; in pci_ahci_init()
|
| A D | xhci.c | 1551 struct xhci_trb *next; in pci_xhci_trb_next() local 1557 next = XHCI_GADDR(xdev, curtrb->qwTrb0 & ~0xFUL); in pci_xhci_trb_next() 1562 next = curtrb + 1; in pci_xhci_trb_next() 1565 return next; in pci_xhci_trb_next()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio.c | 560 u_int idx, next; in vq_getchain() local 603 *pidx = next = vq->avail->ring[idx & (vq->qsize - 1)]; in vq_getchain() 605 for (i = 0; i < VQ_MAX_DESCRIPTORS; next = vdir->next) { in vq_getchain() 606 if (next >= vq->qsize) { in vq_getchain() 609 name, next); in vq_getchain() 612 vdir = &vq->desc[next]; in vq_getchain() 647 next = 0; in vq_getchain() 649 vp = &vindir[next]; in vq_getchain() 664 next = vp->next; in vq_getchain() 665 if (next >= n_indir) { in vq_getchain() [all …]
|
| /devicemodel/core/ |
| A D | sw_load_ovmf.c | 356 goto next; in acrn_writeback_ovmf_nvstorage() 375 next: in acrn_writeback_ovmf_nvstorage()
|
| /devicemodel/hw/ |
| A D | block_if.c | 186 struct blockif_sig_elem *next; member 916 (uintptr_t)bse->next)); in blockif_sigcont_handler() 1792 bse.next = old_head; in blockif_cancel()
|
Completed in 29 milliseconds