Searched refs:consistent_sync (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/microblaze/mm/ | 
| D | consistent.c | 226 void consistent_sync(void *vaddr, size_t size, int direction)  in consistent_sync()  function 253 EXPORT_SYMBOL(consistent_sync); 264 	consistent_sync((void *)start, size, direction);  in consistent_sync_page()
  | 
| /linux-4.4.14/arch/frv/mm/ | 
| D | dma-alloc.c | 151 void consistent_sync(void *vaddr, size_t size, int direction)  in consistent_sync()  function 182 	consistent_sync(start, size, direction);  in consistent_sync_page()
  | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | pci.h | 30 extern void consistent_sync(void *vaddr, size_t size, int direction);
  | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | pgtable.h | 556 void consistent_sync(void *vaddr, size_t size, int direction);
  |