Home
last modified time | relevance | path

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

/Linux-v5.4/include/xen/arm/
Dpage-coherent.h8 static inline void *xen_alloc_coherent_pages(struct device *hwdev, size_t size, in xen_alloc_coherent_pages() function
/Linux-v5.4/arch/x86/include/asm/xen/
Dpage-coherent.h8 static inline void *xen_alloc_coherent_pages(struct device *hwdev, size_t size, in xen_alloc_coherent_pages() function
/Linux-v5.4/drivers/xen/
Dswiotlb-xen.c302 ret = xen_alloc_coherent_pages(hwdev, size, dma_handle, flags, attrs); in xen_swiotlb_alloc_coherent()