Go to the documentation of this file.
13 ###############################################################################
15 # Invalidate the instruction cache.
16 # A0: Should hold CHCTR
17 # D0: Should have been read from CHCTR
18 # D1: Will be clobbered
20 # On some cores it is necessary to disable the icache whilst we do this.
22 ###############################################################################
25 #if defined(CONFIG_AM33_2) || defined(CONFIG_AM33_3)
27 # don't want an interrupt routine seeing a disabled cache
74 ###############################################################################
76 # Invalidate the data cache.
77 # A0: Should hold CHCTR
78 # D0: Should have been read from CHCTR
79 # D1: Will be clobbered
81 # On some cores it is necessary to disable the dcache whilst we do this.
83 ###############################################################################
86 #if defined(CONFIG_AM33_2) || defined(CONFIG_AM33_3)
88 # don't want an interrupt routine seeing a disabled cache
122 LOCAL_IRQ_RESTORE(
d1)