/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | cache-sh2a.c | 136 __raw_writel(__raw_readl(SH_CCR) | CCR_OCACHE_INVALIDATE, in sh2a__flush_invalidate_region() 137 SH_CCR); in sh2a__flush_invalidate_region() 170 __raw_writel(__raw_readl(SH_CCR) | CCR_ICACHE_INVALIDATE, in sh2a_flush_icache_range() 171 SH_CCR); in sh2a_flush_icache_range()
|
H A D | cache-shx3.c | 22 ccr = __raw_readl(SH_CCR); in shx3_cache_init() 43 writel_uncached(ccr, SH_CCR); in shx3_cache_init()
|
H A D | cache-sh2.c | 65 ccr = __raw_readl(SH_CCR); in sh2__flush_invalidate_region() 67 __raw_writel(ccr, SH_CCR); in sh2__flush_invalidate_region()
|
H A D | cache-sh4.c | 135 ccr = __raw_readl(SH_CCR); in flush_icache_all() 137 __raw_writel(ccr, SH_CCR); in flush_icache_all()
|
H A D | cache-debugfs.c | 39 ccr = __raw_readl(SH_CCR); in cache_seq_show()
|
H A D | cache.c | 295 #ifdef SH_CCR in cpu_cache_init() 296 cache_disabled = !(__raw_readl(SH_CCR) & CCR_CACHE_ENABLE); in cpu_cache_init()
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache-sh2a.c | 136 __raw_writel(__raw_readl(SH_CCR) | CCR_OCACHE_INVALIDATE, in sh2a__flush_invalidate_region() 137 SH_CCR); in sh2a__flush_invalidate_region() 170 __raw_writel(__raw_readl(SH_CCR) | CCR_ICACHE_INVALIDATE, in sh2a_flush_icache_range() 171 SH_CCR); in sh2a_flush_icache_range()
|
H A D | cache-shx3.c | 22 ccr = __raw_readl(SH_CCR); in shx3_cache_init() 43 writel_uncached(ccr, SH_CCR); in shx3_cache_init()
|
H A D | cache-sh2.c | 65 ccr = __raw_readl(SH_CCR); in sh2__flush_invalidate_region() 67 __raw_writel(ccr, SH_CCR); in sh2__flush_invalidate_region()
|
H A D | cache-sh4.c | 146 ccr = __raw_readl(SH_CCR); in flush_icache_all() 148 __raw_writel(ccr, SH_CCR); in flush_icache_all()
|
H A D | cache-debugfs.c | 39 ccr = __raw_readl(SH_CCR); in cache_debugfs_show()
|
H A D | cache.c | 303 #ifdef SH_CCR in cpu_cache_init() 304 cache_disabled = !(__raw_readl(SH_CCR) & CCR_CACHE_ENABLE); in cpu_cache_init()
|
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh2/cpu/ |
H A D | cache.h | 18 #define SH_CCR 0xffffffec macro
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh2/cpu/ |
H A D | cache.h | 18 #define SH_CCR 0xffffffec macro
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/ |
H A D | init.c | 112 ccr = __raw_readl(SH_CCR); in cache_init() 189 __raw_writel(flags, SH_CCR); in cache_init()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/ |
H A D | init.c | 112 ccr = __raw_readl(SH_CCR); in cache_init() 189 __raw_writel(flags, SH_CCR); in cache_init()
|
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh3/cpu/ |
H A D | cache.h | 17 #define SH_CCR 0xffffffec /* Address of Cache Control Register */ macro
|
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh2a/cpu/ |
H A D | cache.h | 17 #define SH_CCR 0xfffc1000 /* CCR1 */ macro
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh3/cpu/ |
H A D | cache.h | 17 #define SH_CCR 0xffffffec /* Address of Cache Control Register */ macro
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh2a/cpu/ |
H A D | cache.h | 17 #define SH_CCR 0xfffc1000 /* CCR1 */ macro
|
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh4/cpu/ |
H A D | cache.h | 17 #define SH_CCR 0xff00001c /* Address of Cache Control Register */ macro
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh4/cpu/ |
H A D | cache.h | 17 #define SH_CCR 0xff00001c /* Address of Cache Control Register */ macro
|