Home
last modified time | relevance | path

Searched refs:dp_pgmap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c3634 dma->dp_pgmap = NULL; in rootnex_setup_windows()
3751 dma->dp_pgmap[pidx].pm_uses_copybuf = B_TRUE; in rootnex_setup_cookie()
3763 dma->dp_pgmap[pidx].pm_cbaddr = (caddr_t)( in rootnex_setup_cookie()
3768 dma->dp_pgmap[pidx].pm_cbaddr = (caddr_t)( in rootnex_setup_cookie()
3780 dma->dp_pgmap[pidx].pm_cbaddr)) + poff; in rootnex_setup_cookie()
3825 dma->dp_pgmap[pidx].pm_uses_copybuf = B_FALSE; in rootnex_setup_cookie()
4103 dma->dp_pgmap[pidx].pm_cbaddr; in rootnex_copybuf_window_boundary()
4177 dma->dp_pgmap[pidx + 1].pm_cbaddr)) + poff; in rootnex_copybuf_window_boundary()
4357 cbpage = &dma->dp_pgmap[pidx]; in rootnex_coredma_sync()
4548 dma->dp_pgmap[trim->tr_first_pidx].pm_cbaddr = in rootnex_coredma_win()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h276 rootnex_pgmap_t *dp_pgmap; member