Home
last modified time | relevance | path

Searched full:cpushl (Results 1 – 8 of 8) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dcacheflush_mm.h59 * 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 Dm54xxacr.h15 #define CACR_DDPI 0x10000000 /* Disable invalidation by CPUSHL */
26 #define CACR_IDPI 0x00001000 /* Disable CPUSHL */
H A Dm52xxacr.h29 #define CACR_CDPI 0x10000000 /* Disable invalidation by CPUSHL */
H A Dm53xxacr.h26 #define CACR_DPI 0x10000000 /* Disable invalidation by CPUSHL */
/linux/arch/m68k/kernel/
H A Dsys_m68k.c133 "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 Dsignal.c140 "cpushl %%bc,(%0)\n\t" in push_cache()
152 "cpushl %%bc,(%0)\n\t" in push_cache()
/linux/arch/m68k/coldfire/
H A Dcache.c21 * 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 Disp.S3201 # (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 …]