Searched refs:mem_vaddr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xilinx/
H A Daxidma.c97 vm_offset_t mem_vaddr; member in struct:axidma_channel
329 pmap_kremove_device(chan->mem_vaddr, chan->mem_size);
330 kva_free(chan->mem_vaddr, chan->mem_size);
363 chan->mem_vaddr = kva_alloc(chan->mem_size);
364 pmap_kenter_device(chan->mem_vaddr, chan->mem_size, chan->mem_paddr);
371 ((uint64_t)chan->mem_vaddr + desc_size * i);

Completed in 108 milliseconds