Searched refs:__sync_icache_dcache (Results 1 – 10 of 10) sorted by relevance
/linux/arch/arm64/mm/ |
A D | flush.c | 51 void __sync_icache_dcache(pte_t pte) in __sync_icache_dcache() function 62 EXPORT_SYMBOL_GPL(__sync_icache_dcache);
|
/linux/arch/arc/include/asm/ |
A D | cacheflush.h | 32 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len); 111 __sync_icache_dcache((unsigned long)(dst), vaddr, len); \
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 218 static inline void __sync_icache_dcache(pte_t pteval) in __sync_icache_dcache() function 222 extern void __sync_icache_dcache(pte_t pteval);
|
/linux/arch/arc/mm/ |
A D | cache.c | 879 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range() 900 __sync_icache_dcache(phy, kstart, sz); in flush_icache_range() 917 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len) in __sync_icache_dcache() function
|
/linux/arch/arm/mm/ |
A D | flush.c | 269 void __sync_icache_dcache(pte_t pteval) in __sync_icache_dcache() function
|
A D | mmu.c | 1768 __sync_icache_dcache(pteval); in set_pte_at()
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 269 extern void __sync_icache_dcache(pte_t pteval); 319 __sync_icache_dcache(pte); in set_pte_at()
|
/linux/ |
A D | vmlinux.symvers | 9408 0x00000000 __sync_icache_dcache vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 705 ffff800010034104 T __sync_icache_dcache
|
A D | .tmp_System.map | 705 ffff800010034104 T __sync_icache_dcache
|
Completed in 291 milliseconds