Searched refs:md_ma (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | memdesc.h | 50 struct vm_page **md_ma; member 145 mem.u.md_ma = ma; in memdesc_vmpages()
|
/freebsd/sys/kern/ |
H A D | subr_memdesc.c | 180 vmpages_copyback(mem->u.md_ma, mem->md_offset + off, size, in memdesc_copyback() 328 vmpages_copydata(mem->u.md_ma, mem->md_offset + off, size, in memdesc_copydata() 781 m = vmpages_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_ma, in memdesc_alloc_ext_mbufs()
|
H A D | subr_bus_dma.c | 504 error = _bus_dmamap_load_ma(dmat, map, mem->u.md_ma, in bus_dmamap_load_mem()
|