Searched refs:__sync_icache_dcache (Results 1 – 7 of 7) sorted by relevance
/openbmc/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);
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 24 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len); 106 __sync_icache_dcache((unsigned long)(dst), vaddr, len); \
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 205 static inline void __sync_icache_dcache(pte_t pteval) in __sync_icache_dcache() function 209 extern void __sync_icache_dcache(pte_t pteval);
|
/openbmc/linux/arch/arc/mm/ |
H A D | cache.c | 852 __sync_icache_dcache(kstart, kstart, kend - kstart); in flush_icache_range() 873 __sync_icache_dcache(phy, kstart, sz); in flush_icache_range() 890 void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len) in __sync_icache_dcache() function
|
/openbmc/linux/arch/arm/mm/ |
H A D | flush.c | 285 void __sync_icache_dcache(pte_t pteval) in __sync_icache_dcache() function
|
H A D | mmu.c | 1816 __sync_icache_dcache(pteval); in set_ptes()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 278 extern void __sync_icache_dcache(pte_t pteval); 332 __sync_icache_dcache(pte); in __set_pte_at()
|