Home
last modified time | relevance | path

Searched refs:hyperv_dma (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chanvar.h191 struct hyperv_dma *vmbus_get_mem_evtflags(void);
192 struct hyperv_dma *vmbus_get_mem_mnf2(void);
H A Dvmbus.c851 struct hyperv_dma *
862 struct hyperv_dma *
/freebsd/sys/dev/hyperv/include/
H A Dhyperv_busdma.h34 struct hyperv_dma { struct
/freebsd/sys/dev/hyperv/hvuio/
H A Dhv_uio.c121 struct hyperv_dma *hvdma;
601 res->hvdma = malloc(sizeof(struct hyperv_dma), M_DEVBUF, M_WAITOK); in uio_hv_gpadl_alloc()