Searched full:cpushl (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | cacheflush_mm.h | 59 * Use the ColdFire cpushl instruction to push (and invalidate) cache lines. 68 "cpushl %%ic,(%0)\n\t" in flush_cf_icache() 70 "cpushl %%ic,(%0)\n\t" in flush_cf_icache() 72 "cpushl %%ic,(%0)\n\t" in flush_cf_icache() 74 "cpushl %%ic,(%0)" in flush_cf_icache() 86 "cpushl %%dc,(%0)\n\t" in flush_cf_dcache() 88 "cpushl %%dc,(%0)\n\t" in flush_cf_dcache() 90 "cpushl %%dc,(%0)\n\t" in flush_cf_dcache() 92 "cpushl %%dc,(%0)" in flush_cf_dcache() 104 "cpushl %%bc,(%0)\n\t" in flush_cf_bcache() [all …]
|
| H A D | m54xxacr.h | 15 #define CACR_DDPI 0x10000000 /* Disable invalidation by CPUSHL */ 26 #define CACR_IDPI 0x00001000 /* Disable CPUSHL */
|
| H A D | m52xxacr.h | 29 #define CACR_CDPI 0x10000000 /* Disable invalidation by CPUSHL */
|
| H A D | m53xxacr.h | 26 #define CACR_DPI 0x10000000 /* Disable invalidation by CPUSHL */
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 133 "cpushl %%dc,(%0)\n\t" in cache_flush_040() 140 "cpushl %%ic,(%0)\n\t" in cache_flush_040() 148 "cpushl %%bc,(%0)\n\t" in cache_flush_040() 293 "cpushl %%dc,(%0)\n\t" in cache_flush_060() 299 "cpushl %%ic,(%0)\n\t" in cache_flush_060() 306 "cpushl %%bc,(%0)\n\t" in cache_flush_060()
|
| H A D | signal.c | 140 "cpushl %%bc,(%0)\n\t" in push_cache() 152 "cpushl %%bc,(%0)\n\t" in push_cache()
|
| /linux/arch/m68k/coldfire/ |
| H A D | cache.c | 21 * Use cpushl to push all dirty cache lines back to memory. 23 * ColdFire cpushl instruction... Oh well, bit stuff it for now.
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | isp.S | 3201 # (5) Push the operand lines from the cache w/ "cpushl". # 3296 cpushl %dc,(%a2) # push line for ADDR1 3297 cpushl %dc,(%a4) # push line for ADDR1+3 3298 cpushl %dc,(%a3) # push line for ADDR2 3299 cpushl %dc,(%a5) # push line for ADDR2+2 3598 cpushl %dc,(%a2) # push line for ADDR1 3599 cpushl %dc,(%a4) # push line for ADDR1+1 3600 cpushl %dc,(%a3) # push line for ADDR2 3601 cpushl %dc,(%a5) # push line for ADDR2+1 3821 # (5) Push the operand lines from the cache w/ "cpushl". # [all …]
|