Home
last modified time | relevance | path

Searched refs:md_ma (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dmemdesc.h50 struct vm_page **md_ma; member
145 mem.u.md_ma = ma; in memdesc_vmpages()
/freebsd/sys/kern/
H A Dsubr_memdesc.c180 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 Dsubr_bus_dma.c504 error = _bus_dmamap_load_ma(dmat, map, mem->u.md_ma, in bus_dmamap_load_mem()