Searched refs:frv_dcache_writeback (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/frv/lib/ |
H A D | cache.S | 21 # - void frv_dcache_writeback(unsigned long start [GR8], unsigned long size [GR9]) 24 .globl frv_dcache_writeback 25 .type frv_dcache_writeback,@function 26 frv_dcache_writeback: label 36 .size frv_dcache_writeback, .-frv_dcache_writeback
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | cacheflush.h | 35 extern void frv_dcache_writeback(unsigned long start, unsigned long size); 57 frv_dcache_writeback(addr, addr + PAGE_SIZE); flush_dcache_page()
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
H A D | pci-dma.c | 68 frv_dcache_writeback((unsigned long) vaddr, for_each_sg()
|
/linux-4.4.14/arch/frv/mm/ |
H A D | cache-page.c | 31 frv_dcache_writeback((unsigned long) vaddr, (unsigned long) vaddr + PAGE_SIZE); flush_dcache_page()
|
H A D | dma-alloc.c | 163 frv_dcache_writeback(start, end); consistent_sync() 166 frv_dcache_writeback(start, end); consistent_sync()
|
H A D | pgalloc.c | 69 frv_dcache_writeback((unsigned long) pmdptr, (unsigned long) (pmdptr + 1)); __set_pmd()
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | frv_ksyms.c | 38 EXPORT_SYMBOL(frv_dcache_writeback); variable
|
Completed in 190 milliseconds