Searched refs:__sync_icache_dcache (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | cacheflush.h | 24 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len); 63 __sync_icache_dcache((unsigned long)(dst), vaddr, len); \
|
| /linux/arch/arm64/mm/ |
| H A D | flush.c | 52 void __sync_icache_dcache(pte_t pte) in __sync_icache_dcache() function 63 EXPORT_SYMBOL_GPL(__sync_icache_dcache);
|
| /linux/arch/arc/mm/ |
| H A D | cache.c | 810 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range() 831 __sync_icache_dcache(phy, kstart, sz); in flush_icache_range() 848 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len) in __sync_icache_dcache() function
|
| /linux/arch/arm/mm/ |
| H A D | flush.c | 285 void __sync_icache_dcache(pte_t pteval) in __sync_icache_dcache() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 386 extern void __sync_icache_dcache(pte_t pteval); 439 __sync_icache_dcache(pte); in __sync_cache_and_tags()
|