Searched refs:icbi (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/sh/include/mach-kfr2r09/mach/
H A Dromimage.h12 /* execute icbi after enabling cache */
14 icbi @r0
/linux-master/arch/sh/include/mach-ecovec24/mach/
H A Dromimage.h12 /* execute icbi after enabling cache */
14 icbi @r0
/linux-master/arch/powerpc/kernel/vdso/
H A Dcacheflush.S81 2: icbi 0,r6
84 2: icbi 0, r7
94 icbi 0,r1
/linux-master/arch/powerpc/mm/
H A Dcacheflush.c13 * For a snooping icache, we still need a dummy icbi to purge all the
15 * before the icbi to order the actual stores to memory that might
16 * have modified instructions with the icbi.
20 icbi((void *)PAGE_OFFSET);
30 * invalidate_icache_range() - Flush the icache by issuing icbi across an address range
43 icbi(addr);
107 "1: icbi 0, %1;\n"
/linux-master/arch/powerpc/include/asm/
H A Dcache.h138 static inline void icbi(void *addr) function
140 asm volatile ("icbi 0, %0" : : "r"(addr) : "memory");
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S130 icbi @r0
143 icbi @r0
321 icbi @r0
326 icbi @r0
330 icbi @r0
/linux-master/arch/powerpc/kernel/
H A Dreloc_32.S188 sync /* Ensure the data is flushed before icbi */
189 icbi r4,r7
H A Dhead_64.S731 icbi r6,r3 /* flush the icache line */
H A Dhead_book3s_32.S795 icbi r6,r3 /* flush the icache line */
/linux-master/arch/powerpc/boot/
H A Dcrt0.S118 icbi r0,r9
208 icbi r0,r9
H A Dstring.S259 icbi 0,3
/linux-master/arch/sh/kernel/
H A Dhead_32.S289 icbi @r0
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S474 icbi 0, r8

Completed in 224 milliseconds