Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dpci-swiotlb.c17 void *x86_swiotlb_alloc_coherent(struct device *hwdev, size_t size, in x86_swiotlb_alloc_coherent() function
43 .alloc = x86_swiotlb_alloc_coherent,
/linux-4.1.27/arch/x86/include/asm/
Dswiotlb.h32 extern void *x86_swiotlb_alloc_coherent(struct device *hwdev, size_t size,
/linux-4.1.27/arch/x86/pci/
Dsta2x11-fixup.c176 vaddr = x86_swiotlb_alloc_coherent(dev, size, dma_handle, flags, attrs); in sta2x11_swiotlb_alloc_coherent()