Searched refs:md_ma (Results 1 – 4 of 4) sorted by relevance
| /src/sys/sys/ |
| H A D | memdesc.h | 50 struct vm_page **md_ma; member 145 mem.u.md_ma = ma; in memdesc_vmpages()
|
| /src/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()
|
| /src/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 635 pbl[i] = htobe64(VM_PAGE_TO_PHYS(mem->u.md_ma[i])); in che_alloc_pbl()
|