Searched refs:consistent_alloc (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/microblaze/mm/ | 
| D | consistent.c | 62 void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle)  in consistent_alloc()  function 157 EXPORT_SYMBOL(consistent_alloc);
  | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | pci.h | 28 extern void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle);
  | 
| /linux-4.4.14/arch/frv/mb93090-mb00/ | 
| D | pci-dma.c | 25 	ret = consistent_alloc(gfp, size, dma_handle);  in dma_alloc_coherent()
  | 
| /linux-4.4.14/arch/frv/mm/ | 
| D | dma-alloc.c | 81 void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle)  in consistent_alloc()  function
  | 
| /linux-4.4.14/arch/microblaze/kernel/ | 
| D | dma.c | 23 	return consistent_alloc(flag, size, dma_handle);  in dma_direct_alloc_coherent()
  | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | pgtable.h | 554 void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle);
  |