Searched refs:dcbf (Results 1 – 12 of 12) sorted by relevance
/linux/arch/powerpc/platforms/powermac/ ! |
H A D | cache.S | 128 1: dcbf 0,r4 210 dcbf 0,r4 211 dcbf 0,r4 212 dcbf 0,r4 213 dcbf 0,r4 214 dcbf 0,r4 215 dcbf 0,r4 216 dcbf 0,r4 217 dcbf 0,r4 221 * with a dcbf loo [all...] |
/linux/arch/powerpc/kernel/ ! |
H A D | l2cr_6xx.S | 152 * doesn't even bother doing the dcbf's here... 161 dcbf 0,r4 162 dcbf 0,r4 163 dcbf 0,r4 164 dcbf 0,r4 184 dcbf 0,r4 320 dcbf 0,r4 426 dcbf 0,r3
|
H A D | idle_6xx.S | 92 * doesn't even bother doing the dcbf's here... 101 dcbf 0,r4 102 dcbf 0,r4 103 dcbf 0,r4 104 dcbf 0,r4
|
H A D | swsusp_asm64.S | 175 dcbf 0,r3
|
H A D | cpu_setup_e500.S | 267 1: dcbf 0,r4 /* ...and flush. */
|
H A D | swsusp_32.S | 259 dcbf 0,r3
|
/linux/arch/powerpc/platforms/52xx/ ! |
H A D | mpc52xx_sleep.S | 135 dcbf 0, r7 144 dcbf 0, r7
|
/linux/tools/testing/selftests/powerpc/mm/ ! |
H A D | tlbie_test.c | 40 static inline void dcbf(volatile unsigned int *addr) in dcbf() function 42 __asm__ __volatile__ ("dcbf %y0; sync" : : "Z"(*(unsigned char *)addr) : "memory"); in dcbf() 385 dcbf((volatile unsigned int*)iter_ptr); //Flush before reading in verify_chunk() 512 dcbf((volatile unsigned int*)w_ptr); //Flush in rim_fn()
|
/linux/arch/powerpc/include/asm/ ! |
H A D | cacheflush.h | 82 dcbf(addr); in flush_dcache_range()
|
H A D | cache.h | 128 static inline void dcbf(void *addr) in dcbf() function 130 __asm__ __volatile__ ("dcbf 0, %0" : : "r"(addr) : "memory"); in dcbf()
|
/linux/arch/powerpc/boot/ ! |
H A D | crt0.S | 117 4: dcbf r0,r9 207 4: dcbf r0,r9
|
H A D | string.S | 258 1: dcbf 0,3
|