Searched refs:consistent_sync (Results 1 – 4 of 4) sorted by relevance
/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()
|
/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()
|
/arch/frv/include/asm/ |
D | pci.h | 29 extern void consistent_sync(void *vaddr, size_t size, int direction);
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 556 void consistent_sync(void *vaddr, size_t size, int direction);
|