HomeSort by: relevance | last modified time | path
    Searched refs:frame_list (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
grant_table.h 378 * <nr_frames> pages. The frame addresses are written to the <frame_list>.
392 XEN_GUEST_HANDLE(ulong) frame_list;
394 XEN_GUEST_HANDLE(xen_pfn_t) frame_list;
535 * <nr_frames> specify the size of vector <frame_list>.
536 * The frame addresses are returned in the <frame_list>.
548 XEN_GUEST_HANDLE(uint64_t) frame_list;
memory.h 625 * frame_list is NULL then this field will be set to the
649 * IN/OUT - If the tools domain is PV then, upon return, frame_list
652 * entry, frame_list will be populated with a list of GFNs
654 * If -EIO is returned then the frame_list has only been
659 XEN_GUEST_HANDLE(xen_pfn_t) frame_list;
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 144 if (hsotg->frame_list)
149 hsotg->frame_list = NULL;
154 hsotg->frame_list = KERNADDR(&hsotg->frame_list_usbdma, 0);
158 if (!hsotg->frame_list)
171 if (!hsotg->frame_list) {
177 hsotg->frame_list = NULL;
249 if (!hsotg->frame_list) {
250 dev_err(hsotg->dev, "hsotg->frame_list = %p\n",
251 hsotg->frame_list);
265 hsotg->frame_list[j] |= 1 << chan->hc_num
    [all...]
dwc2_core.h 668 * @frame_list: Frame list
796 u32 *frame_list; member in struct:dwc2_hsotg
dwc2_hcd.c 2409 hsotg->frame_list = NULL;
  /src/sys/arch/amd64/include/xen/
hypercalls.h 145 unsigned long *frame_list, int entries)
147 return _hypercall2(int, set_gdt, frame_list, entries);
  /src/sys/dev/usb/
ehci.c 1916 (uintptr_t)itd, (uintptr_t)itd->frame_list.next,
1917 (uintptr_t)itd->frame_list.prev, 0);
2328 struct ehci_soft_itd *prev = itd->frame_list.prev;
2332 sc->sc_softitds[itd->slot] = itd->frame_list.next;
2339 if (itd->frame_list.next != NULL)
2340 itd->frame_list.next->frame_list.prev = NULL;
2348 prev->frame_list.next = itd->frame_list.next;
2349 if (itd->frame_list.next != NULL
    [all...]
ehcivar.h 67 } frame_list; member in union:ehci_soft_itd::__anon701c5cfa020a
  /src/sys/arch/i386/include/xen/
hypercalls.h 88 HYPERVISOR_set_gdt(unsigned long *frame_list, int entries)
93 _hypercall(__HYPERVISOR_set_gdt, _harg("1" (frame_list), "2" (entries)),
  /src/sys/arch/xen/xen/
xengnt.c 251 set_xen_guest_handle(getstatus.frame_list, pages);
343 set_xen_guest_handle(setup.frame_list, pages);
privcmd.c 622 set_xen_guest_handle(op.frame_list, pfns);

Completed in 21 milliseconds