Lines Matching defs:address
52 * Quick lookup value of the bus address of the IOTLB.
85 static inline dma_addr_t xen_virt_to_bus(struct device *dev, void *address)
87 return xen_phys_to_dma(dev, virt_to_phys(address));
110 /* If the address is outside our domain, it CAN
111 * have the same virtual address as another address
112 * in our domain. Therefore _only_ check address within our domain.
298 /* On ARM this function returns an ioremap'ped virtual address for
300 * address. In fact on ARM virt_to_phys only works for kernel direct
311 /* At this point dma_handle is the dma address, next we are
312 * going to set it to the machine address.
346 * physical address */
368 * physical address to use is returned.
370 * Once the device is given the dma address, the device owns this memory until
383 * If the address happens to be in the device's DMA window,
406 * Ensure that the address returned is DMA'ble
555 * Return whether the given device DMA address mask can be supported