Home
last modified time | relevance | path

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

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