Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 1 | /* |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 2 | * ARC Cache Management |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 3 | * |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 4 | * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 5 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | #include <linux/module.h> |
| 13 | #include <linux/mm.h> |
| 14 | #include <linux/sched.h> |
| 15 | #include <linux/cache.h> |
| 16 | #include <linux/mmu_context.h> |
| 17 | #include <linux/syscalls.h> |
| 18 | #include <linux/uaccess.h> |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 19 | #include <linux/pagemap.h> |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 20 | #include <asm/cacheflush.h> |
| 21 | #include <asm/cachectl.h> |
| 22 | #include <asm/setup.h> |
| 23 | |
Vineet Gupta | 0d77117 | 2014-08-29 10:55:15 +0530 | [diff] [blame] | 24 | #ifdef CONFIG_ISA_ARCV2 |
| 25 | #define USE_RGN_FLSH 1 |
| 26 | #endif |
| 27 | |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 28 | static int l2_line_sz; |
Vineet Gupta | cf986d4 | 2016-10-13 15:58:59 -0700 | [diff] [blame] | 29 | static int ioc_exists; |
Vineet Gupta | d0e73e2 | 2017-01-17 11:09:18 -0800 | [diff] [blame] | 30 | int slc_enable = 1, ioc_enable = 1; |
Vineet Gupta | deaf756 | 2015-10-24 19:31:16 +0530 | [diff] [blame] | 31 | unsigned long perip_base = ARC_UNCACHED_ADDR_SPACE; /* legacy value for boot */ |
Vineet Gupta | 26c01c4 | 2016-08-26 15:41:29 -0700 | [diff] [blame] | 32 | unsigned long perip_end = 0xFFFFFFFF; /* legacy value */ |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 33 | |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 34 | void (*_cache_line_loop_ic_fn)(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 35 | unsigned long sz, const int op, const int full_page); |
Vineet Gupta | bcc4d65 | 2015-06-04 14:39:15 +0530 | [diff] [blame] | 36 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 37 | void (*__dma_cache_wback_inv)(phys_addr_t start, unsigned long sz); |
| 38 | void (*__dma_cache_inv)(phys_addr_t start, unsigned long sz); |
| 39 | void (*__dma_cache_wback)(phys_addr_t start, unsigned long sz); |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 40 | |
Vineet Gupta | c3441ed | 2014-02-24 11:42:50 +0800 | [diff] [blame] | 41 | char *arc_cache_mumbojumbo(int c, char *buf, int len) |
Vineet Gupta | af61742 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 42 | { |
| 43 | int n = 0; |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 44 | struct cpuinfo_arc_cache *p; |
Vineet Gupta | af61742 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 45 | |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 46 | #define PR_CACHE(p, cfg, str) \ |
Vineet Gupta | f64915b | 2016-12-19 11:24:08 -0800 | [diff] [blame] | 47 | if (!(p)->line_len) \ |
Vineet Gupta | af61742 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 48 | n += scnprintf(buf + n, len - n, str"\t\t: N/A\n"); \ |
| 49 | else \ |
| 50 | n += scnprintf(buf + n, len - n, \ |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 51 | str"\t\t: %uK, %dway/set, %uB Line, %s%s%s\n", \ |
| 52 | (p)->sz_k, (p)->assoc, (p)->line_len, \ |
| 53 | (p)->vipt ? "VIPT" : "PIPT", \ |
| 54 | (p)->alias ? " aliasing" : "", \ |
Vineet Gupta | 964cf28 | 2015-10-02 19:20:27 +0530 | [diff] [blame] | 55 | IS_USED_CFG(cfg)); |
Vineet Gupta | af61742 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 56 | |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 57 | PR_CACHE(&cpuinfo_arc700[c].icache, CONFIG_ARC_HAS_ICACHE, "I-Cache"); |
| 58 | PR_CACHE(&cpuinfo_arc700[c].dcache, CONFIG_ARC_HAS_DCACHE, "D-Cache"); |
Vineet Gupta | af61742 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 59 | |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 60 | p = &cpuinfo_arc700[c].slc; |
Vineet Gupta | f64915b | 2016-12-19 11:24:08 -0800 | [diff] [blame] | 61 | if (p->line_len) |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 62 | n += scnprintf(buf + n, len - n, |
Vineet Gupta | 79335a2 | 2015-06-04 18:30:23 +0530 | [diff] [blame] | 63 | "SLC\t\t: %uK, %uB Line%s\n", |
| 64 | p->sz_k, p->line_len, IS_USED_RUN(slc_enable)); |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 65 | |
Vineet Gupta | 711c1f2 | 2016-10-13 15:53:02 -0700 | [diff] [blame] | 66 | n += scnprintf(buf + n, len - n, "Peripherals\t: %#lx%s%s\n", |
| 67 | perip_base, |
| 68 | IS_AVAIL3(ioc_exists, ioc_enable, ", IO-Coherency ")); |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 69 | |
Vineet Gupta | af61742 | 2013-01-18 15:12:24 +0530 | [diff] [blame] | 70 | return buf; |
| 71 | } |
| 72 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 73 | /* |
| 74 | * Read the Cache Build Confuration Registers, Decode them and save into |
| 75 | * the cpuinfo structure for later use. |
| 76 | * No Validation done here, simply read/convert the BCRs |
| 77 | */ |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 78 | static void read_decode_cache_bcr_arcv2(int cpu) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 79 | { |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 80 | struct cpuinfo_arc_cache *p_slc = &cpuinfo_arc700[cpu].slc; |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 81 | struct bcr_generic sbcr; |
| 82 | |
| 83 | struct bcr_slc_cfg { |
| 84 | #ifdef CONFIG_CPU_BIG_ENDIAN |
| 85 | unsigned int pad:24, way:2, lsz:2, sz:4; |
| 86 | #else |
| 87 | unsigned int sz:4, lsz:2, way:2, pad:24; |
| 88 | #endif |
| 89 | } slc_cfg; |
| 90 | |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 91 | struct bcr_clust_cfg { |
| 92 | #ifdef CONFIG_CPU_BIG_ENDIAN |
| 93 | unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; |
| 94 | #else |
| 95 | unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7; |
| 96 | #endif |
| 97 | } cbcr; |
| 98 | |
Vineet Gupta | 26c01c4 | 2016-08-26 15:41:29 -0700 | [diff] [blame] | 99 | struct bcr_volatile { |
| 100 | #ifdef CONFIG_CPU_BIG_ENDIAN |
| 101 | unsigned int start:4, limit:4, pad:22, order:1, disable:1; |
| 102 | #else |
| 103 | unsigned int disable:1, order:1, pad:22, limit:4, start:4; |
| 104 | #endif |
| 105 | } vol; |
| 106 | |
| 107 | |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 108 | READ_BCR(ARC_REG_SLC_BCR, sbcr); |
| 109 | if (sbcr.ver) { |
| 110 | READ_BCR(ARC_REG_SLC_CFG, slc_cfg); |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 111 | p_slc->sz_k = 128 << slc_cfg.sz; |
| 112 | l2_line_sz = p_slc->line_len = (slc_cfg.lsz == 0) ? 128 : 64; |
| 113 | } |
| 114 | |
| 115 | READ_BCR(ARC_REG_CLUSTER_BCR, cbcr); |
Vineet Gupta | cf986d4 | 2016-10-13 15:58:59 -0700 | [diff] [blame] | 116 | if (cbcr.c) |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 117 | ioc_exists = 1; |
Vineet Gupta | cf986d4 | 2016-10-13 15:58:59 -0700 | [diff] [blame] | 118 | else |
| 119 | ioc_enable = 0; |
Vineet Gupta | deaf756 | 2015-10-24 19:31:16 +0530 | [diff] [blame] | 120 | |
Vineet Gupta | 26c01c4 | 2016-08-26 15:41:29 -0700 | [diff] [blame] | 121 | /* HS 2.0 didn't have AUX_VOL */ |
| 122 | if (cpuinfo_arc700[cpu].core.family > 0x51) { |
| 123 | READ_BCR(AUX_VOL, vol); |
| 124 | perip_base = vol.start << 28; |
| 125 | /* HS 3.0 has limit and strict-ordering fields */ |
| 126 | if (cpuinfo_arc700[cpu].core.family > 0x52) |
| 127 | perip_end = (vol.limit << 28) - 1; |
| 128 | } |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 129 | } |
| 130 | |
| 131 | void read_decode_cache_bcr(void) |
| 132 | { |
| 133 | struct cpuinfo_arc_cache *p_ic, *p_dc; |
| 134 | unsigned int cpu = smp_processor_id(); |
| 135 | struct bcr_cache { |
| 136 | #ifdef CONFIG_CPU_BIG_ENDIAN |
| 137 | unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; |
| 138 | #else |
| 139 | unsigned int ver:8, config:4, sz:4, line_len:4, pad:12; |
| 140 | #endif |
| 141 | } ibcr, dbcr; |
| 142 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 143 | p_ic = &cpuinfo_arc700[cpu].icache; |
| 144 | READ_BCR(ARC_REG_IC_BCR, ibcr); |
| 145 | |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 146 | if (!ibcr.ver) |
| 147 | goto dc_chk; |
| 148 | |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 149 | if (ibcr.ver <= 3) { |
| 150 | BUG_ON(ibcr.config != 3); |
| 151 | p_ic->assoc = 2; /* Fixed to 2w set assoc */ |
| 152 | } else if (ibcr.ver >= 4) { |
| 153 | p_ic->assoc = 1 << ibcr.config; /* 1,2,4,8 */ |
| 154 | } |
| 155 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 156 | p_ic->line_len = 8 << ibcr.line_len; |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 157 | p_ic->sz_k = 1 << (ibcr.sz - 1); |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 158 | p_ic->vipt = 1; |
| 159 | p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1; |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 160 | |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 161 | dc_chk: |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 162 | p_dc = &cpuinfo_arc700[cpu].dcache; |
| 163 | READ_BCR(ARC_REG_DC_BCR, dbcr); |
| 164 | |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 165 | if (!dbcr.ver) |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 166 | goto slc_chk; |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 167 | |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 168 | if (dbcr.ver <= 3) { |
| 169 | BUG_ON(dbcr.config != 2); |
| 170 | p_dc->assoc = 4; /* Fixed to 4w set assoc */ |
| 171 | p_dc->vipt = 1; |
| 172 | p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1; |
| 173 | } else if (dbcr.ver >= 4) { |
| 174 | p_dc->assoc = 1 << dbcr.config; /* 1,2,4,8 */ |
| 175 | p_dc->vipt = 0; |
| 176 | p_dc->alias = 0; /* PIPT so can't VIPT alias */ |
| 177 | } |
| 178 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 179 | p_dc->line_len = 16 << dbcr.line_len; |
Vineet Gupta | da40ff4 | 2014-06-27 15:49:47 +0530 | [diff] [blame] | 180 | p_dc->sz_k = 1 << (dbcr.sz - 1); |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 181 | |
| 182 | slc_chk: |
Vineet Gupta | fd0881a2 | 2015-08-21 15:06:43 +0530 | [diff] [blame] | 183 | if (is_isa_arcv2()) |
| 184 | read_decode_cache_bcr_arcv2(cpu); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 185 | } |
| 186 | |
| 187 | /* |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 188 | * Line Operation on {I,D}-Cache |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 189 | */ |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 190 | |
| 191 | #define OP_INV 0x1 |
| 192 | #define OP_FLUSH 0x2 |
| 193 | #define OP_FLUSH_N_INV 0x3 |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 194 | #define OP_INV_IC 0x4 |
| 195 | |
| 196 | /* |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 197 | * I-Cache Aliasing in ARC700 VIPT caches (MMU v1-v3) |
| 198 | * |
| 199 | * ARC VIPT I-cache uses vaddr to index into cache and paddr to match the tag. |
| 200 | * The orig Cache Management Module "CDU" only required paddr to invalidate a |
| 201 | * certain line since it sufficed as index in Non-Aliasing VIPT cache-geometry. |
| 202 | * Infact for distinct V1,V2,P: all of {V1-P},{V2-P},{P-P} would end up fetching |
| 203 | * the exact same line. |
| 204 | * |
| 205 | * However for larger Caches (way-size > page-size) - i.e. in Aliasing config, |
| 206 | * paddr alone could not be used to correctly index the cache. |
| 207 | * |
| 208 | * ------------------ |
| 209 | * MMU v1/v2 (Fixed Page Size 8k) |
| 210 | * ------------------ |
| 211 | * The solution was to provide CDU with these additonal vaddr bits. These |
| 212 | * would be bits [x:13], x would depend on cache-geometry, 13 comes from |
| 213 | * standard page size of 8k. |
| 214 | * H/w folks chose [17:13] to be a future safe range, and moreso these 5 bits |
| 215 | * of vaddr could easily be "stuffed" in the paddr as bits [4:0] since the |
| 216 | * orig 5 bits of paddr were anyways ignored by CDU line ops, as they |
| 217 | * represent the offset within cache-line. The adv of using this "clumsy" |
| 218 | * interface for additional info was no new reg was needed in CDU programming |
| 219 | * model. |
| 220 | * |
| 221 | * 17:13 represented the max num of bits passable, actual bits needed were |
| 222 | * fewer, based on the num-of-aliases possible. |
| 223 | * -for 2 alias possibility, only bit 13 needed (32K cache) |
| 224 | * -for 4 alias possibility, bits 14:13 needed (64K cache) |
| 225 | * |
| 226 | * ------------------ |
| 227 | * MMU v3 |
| 228 | * ------------------ |
| 229 | * This ver of MMU supports variable page sizes (1k-16k): although Linux will |
| 230 | * only support 8k (default), 16k and 4k. |
Andrea Gelmini | 2547476 | 2016-05-21 13:45:35 +0200 | [diff] [blame] | 231 | * However from hardware perspective, smaller page sizes aggravate aliasing |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 232 | * meaning more vaddr bits needed to disambiguate the cache-line-op ; |
| 233 | * the existing scheme of piggybacking won't work for certain configurations. |
| 234 | * Two new registers IC_PTAG and DC_PTAG inttoduced. |
| 235 | * "tag" bits are provided in PTAG, index bits in existing IVIL/IVDL/FLDL regs |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 236 | */ |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 237 | |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 238 | static inline |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 239 | void __cache_line_loop_v2(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 240 | unsigned long sz, const int op, const int full_page) |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 241 | { |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 242 | unsigned int aux_cmd; |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 243 | int num_lines; |
| 244 | |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 245 | if (op == OP_INV_IC) { |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 246 | aux_cmd = ARC_REG_IC_IVIL; |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 247 | } else { |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 248 | /* d$ cmd: INV (discard or wback-n-discard) OR FLUSH (wback) */ |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 249 | aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 250 | } |
| 251 | |
| 252 | /* Ensure we properly floor/ceil the non-line aligned/sized requests |
| 253 | * and have @paddr - aligned to cache line and integral @num_lines. |
| 254 | * This however can be avoided for page sized since: |
| 255 | * -@paddr will be cache-line aligned already (being page aligned) |
| 256 | * -@sz will be integral multiple of line size (being page sized). |
| 257 | */ |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 258 | if (!full_page) { |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 259 | sz += paddr & ~CACHE_LINE_MASK; |
| 260 | paddr &= CACHE_LINE_MASK; |
| 261 | vaddr &= CACHE_LINE_MASK; |
| 262 | } |
| 263 | |
| 264 | num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); |
| 265 | |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 266 | /* MMUv2 and before: paddr contains stuffed vaddrs bits */ |
| 267 | paddr |= (vaddr >> PAGE_SHIFT) & 0x1F; |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 268 | |
| 269 | while (num_lines-- > 0) { |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 270 | write_aux_reg(aux_cmd, paddr); |
| 271 | paddr += L1_CACHE_BYTES; |
| 272 | } |
| 273 | } |
| 274 | |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 275 | /* |
| 276 | * For ARC700 MMUv3 I-cache and D-cache flushes |
Vineet Gupta | fa84d73 | 2017-01-04 12:02:44 -0800 | [diff] [blame] | 277 | * - ARC700 programming model requires paddr and vaddr be passed in seperate |
| 278 | * AUX registers (*_IV*L and *_PTAG respectively) irrespective of whether the |
| 279 | * caches actually alias or not. |
| 280 | * - For HS38, only the aliasing I-cache configuration uses the PTAG reg |
| 281 | * (non aliasing I-cache version doesn't; while D-cache can't possibly alias) |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 282 | */ |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 283 | static inline |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 284 | void __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 285 | unsigned long sz, const int op, const int full_page) |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 286 | { |
| 287 | unsigned int aux_cmd, aux_tag; |
| 288 | int num_lines; |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 289 | |
| 290 | if (op == OP_INV_IC) { |
| 291 | aux_cmd = ARC_REG_IC_IVIL; |
| 292 | aux_tag = ARC_REG_IC_PTAG; |
| 293 | } else { |
| 294 | aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; |
| 295 | aux_tag = ARC_REG_DC_PTAG; |
| 296 | } |
| 297 | |
| 298 | /* Ensure we properly floor/ceil the non-line aligned/sized requests |
| 299 | * and have @paddr - aligned to cache line and integral @num_lines. |
| 300 | * This however can be avoided for page sized since: |
| 301 | * -@paddr will be cache-line aligned already (being page aligned) |
| 302 | * -@sz will be integral multiple of line size (being page sized). |
| 303 | */ |
| 304 | if (!full_page) { |
| 305 | sz += paddr & ~CACHE_LINE_MASK; |
| 306 | paddr &= CACHE_LINE_MASK; |
| 307 | vaddr &= CACHE_LINE_MASK; |
| 308 | } |
| 309 | num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); |
| 310 | |
| 311 | /* |
| 312 | * MMUv3, cache ops require paddr in PTAG reg |
| 313 | * if V-P const for loop, PTAG can be written once outside loop |
| 314 | */ |
| 315 | if (full_page) |
| 316 | write_aux_reg(aux_tag, paddr); |
| 317 | |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 318 | /* |
| 319 | * This is technically for MMU v4, using the MMU v3 programming model |
Andrea Gelmini | 2547476 | 2016-05-21 13:45:35 +0200 | [diff] [blame] | 320 | * Special work for HS38 aliasing I-cache configuration with PAE40 |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 321 | * - upper 8 bits of paddr need to be written into PTAG_HI |
| 322 | * - (and needs to be written before the lower 32 bits) |
| 323 | * Note that PTAG_HI is hoisted outside the line loop |
| 324 | */ |
| 325 | if (is_pae40_enabled() && op == OP_INV_IC) |
| 326 | write_aux_reg(ARC_REG_IC_PTAG_HI, (u64)paddr >> 32); |
| 327 | |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 328 | while (num_lines-- > 0) { |
| 329 | if (!full_page) { |
Vineet Gupta | d4599ba | 2013-09-05 14:45:51 +0530 | [diff] [blame] | 330 | write_aux_reg(aux_tag, paddr); |
| 331 | paddr += L1_CACHE_BYTES; |
| 332 | } |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 333 | |
| 334 | write_aux_reg(aux_cmd, vaddr); |
| 335 | vaddr += L1_CACHE_BYTES; |
Vineet Gupta | bd12976 | 2013-09-05 13:43:03 +0530 | [diff] [blame] | 336 | } |
| 337 | } |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 338 | |
Vineet Gupta | 0d77117 | 2014-08-29 10:55:15 +0530 | [diff] [blame] | 339 | #ifndef USE_RGN_FLSH |
| 340 | |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 341 | /* |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 342 | * In HS38x (MMU v4), I-cache is VIPT (can alias), D-cache is PIPT |
| 343 | * Here's how cache ops are implemented |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 344 | * |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 345 | * - D-cache: only paddr needed (in DC_IVDL/DC_FLDL) |
| 346 | * - I-cache Non Aliasing: Despite VIPT, only paddr needed (in IC_IVIL) |
| 347 | * - I-cache Aliasing: Both vaddr and paddr needed (in IC_IVIL, IC_PTAG |
| 348 | * respectively, similar to MMU v3 programming model, hence |
| 349 | * __cache_line_loop_v3() is used) |
| 350 | * |
| 351 | * If PAE40 is enabled, independent of aliasing considerations, the higher bits |
| 352 | * needs to be written into PTAG_HI |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 353 | */ |
| 354 | static inline |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 355 | void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 356 | unsigned long sz, const int op, const int full_page) |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 357 | { |
| 358 | unsigned int aux_cmd; |
| 359 | int num_lines; |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 360 | |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 361 | if (op == OP_INV_IC) { |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 362 | aux_cmd = ARC_REG_IC_IVIL; |
| 363 | } else { |
| 364 | /* d$ cmd: INV (discard or wback-n-discard) OR FLUSH (wback) */ |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 365 | aux_cmd = op & OP_INV ? ARC_REG_DC_IVDL : ARC_REG_DC_FLDL; |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 366 | } |
| 367 | |
| 368 | /* Ensure we properly floor/ceil the non-line aligned/sized requests |
| 369 | * and have @paddr - aligned to cache line and integral @num_lines. |
| 370 | * This however can be avoided for page sized since: |
| 371 | * -@paddr will be cache-line aligned already (being page aligned) |
| 372 | * -@sz will be integral multiple of line size (being page sized). |
| 373 | */ |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 374 | if (!full_page) { |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 375 | sz += paddr & ~CACHE_LINE_MASK; |
| 376 | paddr &= CACHE_LINE_MASK; |
| 377 | } |
| 378 | |
| 379 | num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); |
| 380 | |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 381 | /* |
| 382 | * For HS38 PAE40 configuration |
| 383 | * - upper 8 bits of paddr need to be written into PTAG_HI |
| 384 | * - (and needs to be written before the lower 32 bits) |
| 385 | */ |
| 386 | if (is_pae40_enabled()) { |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 387 | if (op == OP_INV_IC) |
Vineet Gupta | 5a364c2 | 2015-02-06 18:44:57 +0300 | [diff] [blame] | 388 | /* |
| 389 | * Non aliasing I-cache in HS38, |
| 390 | * aliasing I-cache handled in __cache_line_loop_v3() |
| 391 | */ |
| 392 | write_aux_reg(ARC_REG_IC_PTAG_HI, (u64)paddr >> 32); |
| 393 | else |
| 394 | write_aux_reg(ARC_REG_DC_PTAG_HI, (u64)paddr >> 32); |
| 395 | } |
| 396 | |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 397 | while (num_lines-- > 0) { |
| 398 | write_aux_reg(aux_cmd, paddr); |
| 399 | paddr += L1_CACHE_BYTES; |
| 400 | } |
| 401 | } |
| 402 | |
Vineet Gupta | 0d77117 | 2014-08-29 10:55:15 +0530 | [diff] [blame] | 403 | #else |
| 404 | |
| 405 | /* |
| 406 | * optimized flush operation which takes a region as opposed to iterating per line |
| 407 | */ |
| 408 | static inline |
| 409 | void __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, |
| 410 | unsigned long sz, const int op, const int full_page) |
| 411 | { |
Vineet Gupta | ee40bd1 | 2017-05-02 15:28:12 -0700 | [diff] [blame] | 412 | unsigned int s, e; |
Vineet Gupta | 0d77117 | 2014-08-29 10:55:15 +0530 | [diff] [blame] | 413 | |
| 414 | /* Only for Non aliasing I-cache in HS38 */ |
| 415 | if (op == OP_INV_IC) { |
| 416 | s = ARC_REG_IC_IVIR; |
| 417 | e = ARC_REG_IC_ENDR; |
| 418 | } else { |
| 419 | s = ARC_REG_DC_STARTR; |
| 420 | e = ARC_REG_DC_ENDR; |
| 421 | } |
| 422 | |
| 423 | if (!full_page) { |
| 424 | /* for any leading gap between @paddr and start of cache line */ |
| 425 | sz += paddr & ~CACHE_LINE_MASK; |
| 426 | paddr &= CACHE_LINE_MASK; |
| 427 | |
| 428 | /* |
| 429 | * account for any trailing gap to end of cache line |
| 430 | * this is equivalent to DIV_ROUND_UP() in line ops above |
| 431 | */ |
| 432 | sz += L1_CACHE_BYTES - 1; |
| 433 | } |
| 434 | |
| 435 | if (is_pae40_enabled()) { |
| 436 | /* TBD: check if crossing 4TB boundary */ |
| 437 | if (op == OP_INV_IC) |
| 438 | write_aux_reg(ARC_REG_IC_PTAG_HI, (u64)paddr >> 32); |
| 439 | else |
| 440 | write_aux_reg(ARC_REG_DC_PTAG_HI, (u64)paddr >> 32); |
| 441 | } |
| 442 | |
Vineet Gupta | 0d77117 | 2014-08-29 10:55:15 +0530 | [diff] [blame] | 443 | /* ENDR needs to be set ahead of START */ |
| 444 | write_aux_reg(e, paddr + sz); /* ENDR is exclusive */ |
| 445 | write_aux_reg(s, paddr); |
| 446 | |
| 447 | /* caller waits on DC_CTRL.FS */ |
| 448 | } |
| 449 | |
| 450 | #endif |
| 451 | |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 452 | #if (CONFIG_ARC_MMU_VER < 3) |
| 453 | #define __cache_line_loop __cache_line_loop_v2 |
| 454 | #elif (CONFIG_ARC_MMU_VER == 3) |
| 455 | #define __cache_line_loop __cache_line_loop_v3 |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 456 | #elif (CONFIG_ARC_MMU_VER > 3) |
| 457 | #define __cache_line_loop __cache_line_loop_v4 |
Vineet Gupta | 11e1489 | 2014-08-04 08:32:31 -0700 | [diff] [blame] | 458 | #endif |
| 459 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 460 | #ifdef CONFIG_ARC_HAS_DCACHE |
| 461 | |
| 462 | /*************************************************************** |
| 463 | * Machine specific helpers for Entire D-Cache or Per Line ops |
| 464 | */ |
| 465 | |
Vineet Gupta | ee40bd1 | 2017-05-02 15:28:12 -0700 | [diff] [blame] | 466 | #ifndef USE_RGN_FLSH |
| 467 | /* |
| 468 | * this version avoids extra read/write of DC_CTRL for flush or invalid ops |
| 469 | * in the non region flush regime (such as for ARCompact) |
| 470 | */ |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 471 | static inline void __before_dc_op(const int op) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 472 | { |
Vineet Gupta | 1b1a22b | 2014-06-29 19:03:58 +0530 | [diff] [blame] | 473 | if (op == OP_FLUSH_N_INV) { |
| 474 | /* Dcache provides 2 cmd: FLUSH or INV |
| 475 | * INV inturn has sub-modes: DISCARD or FLUSH-BEFORE |
| 476 | * flush-n-inv is achieved by INV cmd but with IM=1 |
| 477 | * So toggle INV sub-mode depending on op request and default |
| 478 | */ |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 479 | const unsigned int ctl = ARC_REG_DC_CTRL; |
| 480 | write_aux_reg(ctl, read_aux_reg(ctl) | DC_CTRL_INV_MODE_FLUSH); |
Vineet Gupta | 1b1a22b | 2014-06-29 19:03:58 +0530 | [diff] [blame] | 481 | } |
Vineet Gupta | 1b1a22b | 2014-06-29 19:03:58 +0530 | [diff] [blame] | 482 | } |
| 483 | |
Vineet Gupta | ee40bd1 | 2017-05-02 15:28:12 -0700 | [diff] [blame] | 484 | #else |
| 485 | |
| 486 | static inline void __before_dc_op(const int op) |
| 487 | { |
| 488 | const unsigned int ctl = ARC_REG_DC_CTRL; |
| 489 | unsigned int val = read_aux_reg(ctl); |
| 490 | |
| 491 | if (op == OP_FLUSH_N_INV) { |
| 492 | val |= DC_CTRL_INV_MODE_FLUSH; |
| 493 | } |
| 494 | |
| 495 | if (op != OP_INV_IC) { |
| 496 | /* |
| 497 | * Flush / Invalidate is provided by DC_CTRL.RNG_OP 0 or 1 |
| 498 | * combined Flush-n-invalidate uses DC_CTRL.IM = 1 set above |
| 499 | */ |
| 500 | val &= ~DC_CTRL_RGN_OP_MSK; |
| 501 | if (op & OP_INV) |
| 502 | val |= DC_CTRL_RGN_OP_INV; |
| 503 | } |
| 504 | write_aux_reg(ctl, val); |
| 505 | } |
| 506 | |
| 507 | #endif |
| 508 | |
| 509 | |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 510 | static inline void __after_dc_op(const int op) |
Vineet Gupta | 1b1a22b | 2014-06-29 19:03:58 +0530 | [diff] [blame] | 511 | { |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 512 | if (op & OP_FLUSH) { |
| 513 | const unsigned int ctl = ARC_REG_DC_CTRL; |
| 514 | unsigned int reg; |
Vineet Gupta | 1b1a22b | 2014-06-29 19:03:58 +0530 | [diff] [blame] | 515 | |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 516 | /* flush / flush-n-inv both wait */ |
| 517 | while ((reg = read_aux_reg(ctl)) & DC_CTRL_FLUSH_STATUS) |
| 518 | ; |
| 519 | |
| 520 | /* Switch back to default Invalidate mode */ |
| 521 | if (op == OP_FLUSH_N_INV) |
| 522 | write_aux_reg(ctl, reg & ~DC_CTRL_INV_MODE_FLUSH); |
| 523 | } |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 524 | } |
| 525 | |
| 526 | /* |
| 527 | * Operation on Entire D-Cache |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 528 | * @op = {OP_INV, OP_FLUSH, OP_FLUSH_N_INV} |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 529 | * Note that constant propagation ensures all the checks are gone |
| 530 | * in generated code |
| 531 | */ |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 532 | static inline void __dc_entire_op(const int op) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 533 | { |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 534 | int aux; |
| 535 | |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 536 | __before_dc_op(op); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 537 | |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 538 | if (op & OP_INV) /* Inv or flush-n-inv use same cmd reg */ |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 539 | aux = ARC_REG_DC_IVDC; |
| 540 | else |
| 541 | aux = ARC_REG_DC_FLSH; |
| 542 | |
| 543 | write_aux_reg(aux, 0x1); |
| 544 | |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 545 | __after_dc_op(op); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 546 | } |
| 547 | |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 548 | static inline void __dc_disable(void) |
| 549 | { |
| 550 | const int r = ARC_REG_DC_CTRL; |
| 551 | |
| 552 | __dc_entire_op(OP_FLUSH_N_INV); |
| 553 | write_aux_reg(r, read_aux_reg(r) | DC_CTRL_DIS); |
| 554 | } |
| 555 | |
| 556 | static void __dc_enable(void) |
| 557 | { |
| 558 | const int r = ARC_REG_DC_CTRL; |
| 559 | |
| 560 | write_aux_reg(r, read_aux_reg(r) & ~DC_CTRL_DIS); |
| 561 | } |
| 562 | |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 563 | /* For kernel mappings cache operation: index is same as paddr */ |
Vineet Gupta | 6ec18a8 | 2013-05-09 15:10:18 +0530 | [diff] [blame] | 564 | #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) |
| 565 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 566 | /* |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 567 | * D-Cache Line ops: Per Line INV (discard or wback+discard) or FLUSH (wback) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 568 | */ |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 569 | static inline void __dc_line_op(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 570 | unsigned long sz, const int op) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 571 | { |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 572 | const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; |
Vineet Gupta | 1b1a22b | 2014-06-29 19:03:58 +0530 | [diff] [blame] | 573 | unsigned long flags; |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 574 | |
| 575 | local_irq_save(flags); |
| 576 | |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 577 | __before_dc_op(op); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 578 | |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 579 | __cache_line_loop(paddr, vaddr, sz, op, full_page); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 580 | |
Vineet Gupta | 6c31068 | 2015-06-04 08:53:47 +0530 | [diff] [blame] | 581 | __after_dc_op(op); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 582 | |
| 583 | local_irq_restore(flags); |
| 584 | } |
| 585 | |
| 586 | #else |
| 587 | |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 588 | #define __dc_entire_op(op) |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 589 | #define __dc_disable() |
| 590 | #define __dc_enable() |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 591 | #define __dc_line_op(paddr, vaddr, sz, op) |
| 592 | #define __dc_line_op_k(paddr, sz, op) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 593 | |
| 594 | #endif /* CONFIG_ARC_HAS_DCACHE */ |
| 595 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 596 | #ifdef CONFIG_ARC_HAS_ICACHE |
| 597 | |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 598 | static inline void __ic_entire_inv(void) |
| 599 | { |
| 600 | write_aux_reg(ARC_REG_IC_IVIC, 1); |
| 601 | read_aux_reg(ARC_REG_IC_CTRL); /* blocks */ |
| 602 | } |
| 603 | |
| 604 | static inline void |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 605 | __ic_line_inv_vaddr_local(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 606 | unsigned long sz) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 607 | { |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 608 | const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 609 | unsigned long flags; |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 610 | |
| 611 | local_irq_save(flags); |
Vineet Gupta | 7d3d162 | 2017-01-23 19:32:23 -0800 | [diff] [blame] | 612 | (*_cache_line_loop_ic_fn)(paddr, vaddr, sz, OP_INV_IC, full_page); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 613 | local_irq_restore(flags); |
| 614 | } |
| 615 | |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 616 | #ifndef CONFIG_SMP |
Vineet Gupta | 336e199 | 2013-06-22 19:22:42 +0530 | [diff] [blame] | 617 | |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 618 | #define __ic_line_inv_vaddr(p, v, s) __ic_line_inv_vaddr_local(p, v, s) |
| 619 | |
| 620 | #else |
| 621 | |
| 622 | struct ic_inv_args { |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 623 | phys_addr_t paddr, vaddr; |
Vineet Gupta | 2328af0 | 2013-02-17 12:51:42 +0200 | [diff] [blame] | 624 | int sz; |
| 625 | }; |
| 626 | |
| 627 | static void __ic_line_inv_vaddr_helper(void *info) |
| 628 | { |
Noam Camus | 014018e | 2014-09-03 14:41:11 +0300 | [diff] [blame] | 629 | struct ic_inv_args *ic_inv = info; |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 630 | |
Vineet Gupta | 2328af0 | 2013-02-17 12:51:42 +0200 | [diff] [blame] | 631 | __ic_line_inv_vaddr_local(ic_inv->paddr, ic_inv->vaddr, ic_inv->sz); |
| 632 | } |
| 633 | |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 634 | static void __ic_line_inv_vaddr(phys_addr_t paddr, unsigned long vaddr, |
Vineet Gupta | 2328af0 | 2013-02-17 12:51:42 +0200 | [diff] [blame] | 635 | unsigned long sz) |
| 636 | { |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 637 | struct ic_inv_args ic_inv = { |
| 638 | .paddr = paddr, |
| 639 | .vaddr = vaddr, |
| 640 | .sz = sz |
| 641 | }; |
| 642 | |
Vineet Gupta | 2328af0 | 2013-02-17 12:51:42 +0200 | [diff] [blame] | 643 | on_each_cpu(__ic_line_inv_vaddr_helper, &ic_inv, 1); |
| 644 | } |
Vineet Gupta | af5abf1 | 2014-07-09 14:59:47 +0530 | [diff] [blame] | 645 | |
| 646 | #endif /* CONFIG_SMP */ |
| 647 | |
| 648 | #else /* !CONFIG_ARC_HAS_ICACHE */ |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 649 | |
Vineet Gupta | 336e199 | 2013-06-22 19:22:42 +0530 | [diff] [blame] | 650 | #define __ic_entire_inv() |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 651 | #define __ic_line_inv_vaddr(pstart, vstart, sz) |
| 652 | |
| 653 | #endif /* CONFIG_ARC_HAS_ICACHE */ |
| 654 | |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 655 | noinline void slc_op(phys_addr_t paddr, unsigned long sz, const int op) |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 656 | { |
| 657 | #ifdef CONFIG_ISA_ARCV2 |
Alexey Brodkin | b607edd | 2015-06-29 15:24:37 +0300 | [diff] [blame] | 658 | /* |
| 659 | * SLC is shared between all cores and concurrent aux operations from |
| 660 | * multiple cores need to be serialized using a spinlock |
| 661 | * A concurrent operation can be silently ignored and/or the old/new |
| 662 | * operation can remain incomplete forever (lockup in SLC_CTRL_BUSY loop |
| 663 | * below) |
| 664 | */ |
| 665 | static DEFINE_SPINLOCK(lock); |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 666 | unsigned long flags; |
| 667 | unsigned int ctrl; |
Alexey Brodkin | 7d79cee | 2017-08-01 12:58:47 +0300 | [diff] [blame] | 668 | phys_addr_t end; |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 669 | |
Alexey Brodkin | b607edd | 2015-06-29 15:24:37 +0300 | [diff] [blame] | 670 | spin_lock_irqsave(&lock, flags); |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 671 | |
| 672 | /* |
| 673 | * The Region Flush operation is specified by CTRL.RGN_OP[11..9] |
| 674 | * - b'000 (default) is Flush, |
| 675 | * - b'001 is Invalidate if CTRL.IM == 0 |
| 676 | * - b'001 is Flush-n-Invalidate if CTRL.IM == 1 |
| 677 | */ |
| 678 | ctrl = read_aux_reg(ARC_REG_SLC_CTRL); |
| 679 | |
| 680 | /* Don't rely on default value of IM bit */ |
| 681 | if (!(op & OP_FLUSH)) /* i.e. OP_INV */ |
| 682 | ctrl &= ~SLC_CTRL_IM; /* clear IM: Disable flush before Inv */ |
| 683 | else |
| 684 | ctrl |= SLC_CTRL_IM; |
| 685 | |
| 686 | if (op & OP_INV) |
| 687 | ctrl |= SLC_CTRL_RGN_OP_INV; /* Inv or flush-n-inv */ |
| 688 | else |
| 689 | ctrl &= ~SLC_CTRL_RGN_OP_INV; |
| 690 | |
| 691 | write_aux_reg(ARC_REG_SLC_CTRL, ctrl); |
| 692 | |
| 693 | /* |
| 694 | * Lower bits are ignored, no need to clip |
| 695 | * END needs to be setup before START (latter triggers the operation) |
| 696 | * END can't be same as START, so add (l2_line_sz - 1) to sz |
| 697 | */ |
Alexey Brodkin | 7d79cee | 2017-08-01 12:58:47 +0300 | [diff] [blame] | 698 | end = paddr + sz + l2_line_sz - 1; |
| 699 | if (is_pae40_enabled()) |
| 700 | write_aux_reg(ARC_REG_SLC_RGN_END1, upper_32_bits(end)); |
| 701 | |
| 702 | write_aux_reg(ARC_REG_SLC_RGN_END, lower_32_bits(end)); |
| 703 | |
| 704 | if (is_pae40_enabled()) |
| 705 | write_aux_reg(ARC_REG_SLC_RGN_START1, upper_32_bits(paddr)); |
| 706 | |
| 707 | write_aux_reg(ARC_REG_SLC_RGN_START, lower_32_bits(paddr)); |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 708 | |
Alexey Brodkin | b37174d | 2017-07-07 12:25:14 +0300 | [diff] [blame] | 709 | /* Make sure "busy" bit reports correct stataus, see STAR 9001165532 */ |
| 710 | read_aux_reg(ARC_REG_SLC_CTRL); |
| 711 | |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 712 | while (read_aux_reg(ARC_REG_SLC_CTRL) & SLC_CTRL_BUSY); |
| 713 | |
Alexey Brodkin | b607edd | 2015-06-29 15:24:37 +0300 | [diff] [blame] | 714 | spin_unlock_irqrestore(&lock, flags); |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 715 | #endif |
| 716 | } |
| 717 | |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 718 | noinline static void slc_entire_op(const int op) |
| 719 | { |
| 720 | unsigned int ctrl, r = ARC_REG_SLC_CTRL; |
| 721 | |
| 722 | ctrl = read_aux_reg(r); |
| 723 | |
| 724 | if (!(op & OP_FLUSH)) /* i.e. OP_INV */ |
| 725 | ctrl &= ~SLC_CTRL_IM; /* clear IM: Disable flush before Inv */ |
| 726 | else |
| 727 | ctrl |= SLC_CTRL_IM; |
| 728 | |
| 729 | write_aux_reg(r, ctrl); |
| 730 | |
| 731 | write_aux_reg(ARC_REG_SLC_INVALIDATE, 1); |
| 732 | |
Alexey Brodkin | c70c473 | 2017-03-29 17:15:11 +0300 | [diff] [blame] | 733 | /* Make sure "busy" bit reports correct stataus, see STAR 9001165532 */ |
| 734 | read_aux_reg(r); |
| 735 | |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 736 | /* Important to wait for flush to complete */ |
| 737 | while (read_aux_reg(r) & SLC_CTRL_BUSY); |
| 738 | } |
| 739 | |
| 740 | static inline void arc_slc_disable(void) |
| 741 | { |
| 742 | const int r = ARC_REG_SLC_CTRL; |
| 743 | |
| 744 | slc_entire_op(OP_FLUSH_N_INV); |
| 745 | write_aux_reg(r, read_aux_reg(r) | SLC_CTRL_DIS); |
| 746 | } |
| 747 | |
| 748 | static inline void arc_slc_enable(void) |
| 749 | { |
| 750 | const int r = ARC_REG_SLC_CTRL; |
| 751 | |
| 752 | write_aux_reg(r, read_aux_reg(r) & ~SLC_CTRL_DIS); |
| 753 | } |
| 754 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 755 | /*********************************************************** |
| 756 | * Exported APIs |
| 757 | */ |
| 758 | |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 759 | /* |
| 760 | * Handle cache congruency of kernel and userspace mappings of page when kernel |
| 761 | * writes-to/reads-from |
| 762 | * |
| 763 | * The idea is to defer flushing of kernel mapping after a WRITE, possible if: |
| 764 | * -dcache is NOT aliasing, hence any U/K-mappings of page are congruent |
| 765 | * -U-mapping doesn't exist yet for page (finalised in update_mmu_cache) |
| 766 | * -In SMP, if hardware caches are coherent |
| 767 | * |
| 768 | * There's a corollary case, where kernel READs from a userspace mapped page. |
| 769 | * If the U-mapping is not congruent to to K-mapping, former needs flushing. |
| 770 | */ |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 771 | void flush_dcache_page(struct page *page) |
| 772 | { |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 773 | struct address_space *mapping; |
| 774 | |
| 775 | if (!cache_is_vipt_aliasing()) { |
Vineet Gupta | 2ed21da | 2013-05-13 17:23:58 +0530 | [diff] [blame] | 776 | clear_bit(PG_dc_clean, &page->flags); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 777 | return; |
| 778 | } |
| 779 | |
| 780 | /* don't handle anon pages here */ |
| 781 | mapping = page_mapping(page); |
| 782 | if (!mapping) |
| 783 | return; |
| 784 | |
| 785 | /* |
| 786 | * pagecache page, file not yet mapped to userspace |
| 787 | * Make a note that K-mapping is dirty |
| 788 | */ |
| 789 | if (!mapping_mapped(mapping)) { |
Vineet Gupta | 2ed21da | 2013-05-13 17:23:58 +0530 | [diff] [blame] | 790 | clear_bit(PG_dc_clean, &page->flags); |
Kirill A. Shutemov | e1534ae | 2016-01-15 16:53:46 -0800 | [diff] [blame] | 791 | } else if (page_mapcount(page)) { |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 792 | |
| 793 | /* kernel reading from page with U-mapping */ |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 794 | phys_addr_t paddr = (unsigned long)page_address(page); |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 795 | unsigned long vaddr = page->index << PAGE_SHIFT; |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 796 | |
| 797 | if (addr_not_cache_congruent(paddr, vaddr)) |
| 798 | __flush_dcache_page(paddr, vaddr); |
| 799 | } |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 800 | } |
| 801 | EXPORT_SYMBOL(flush_dcache_page); |
| 802 | |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 803 | /* |
| 804 | * DMA ops for systems with L1 cache only |
| 805 | * Make memory coherent with L1 cache by flushing/invalidating L1 lines |
| 806 | */ |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 807 | static void __dma_cache_wback_inv_l1(phys_addr_t start, unsigned long sz) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 808 | { |
Vineet Gupta | 6ec18a8 | 2013-05-09 15:10:18 +0530 | [diff] [blame] | 809 | __dc_line_op_k(start, sz, OP_FLUSH_N_INV); |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 810 | } |
Vineet Gupta | 795f455 | 2015-04-03 12:37:07 +0300 | [diff] [blame] | 811 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 812 | static void __dma_cache_inv_l1(phys_addr_t start, unsigned long sz) |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 813 | { |
| 814 | __dc_line_op_k(start, sz, OP_INV); |
| 815 | } |
| 816 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 817 | static void __dma_cache_wback_l1(phys_addr_t start, unsigned long sz) |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 818 | { |
| 819 | __dc_line_op_k(start, sz, OP_FLUSH); |
| 820 | } |
| 821 | |
| 822 | /* |
| 823 | * DMA ops for systems with both L1 and L2 caches, but without IOC |
Adam Buchbinder | 7423cc0 | 2016-02-23 15:24:55 -0800 | [diff] [blame] | 824 | * Both L1 and L2 lines need to be explicitly flushed/invalidated |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 825 | */ |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 826 | static void __dma_cache_wback_inv_slc(phys_addr_t start, unsigned long sz) |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 827 | { |
| 828 | __dc_line_op_k(start, sz, OP_FLUSH_N_INV); |
| 829 | slc_op(start, sz, OP_FLUSH_N_INV); |
| 830 | } |
| 831 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 832 | static void __dma_cache_inv_slc(phys_addr_t start, unsigned long sz) |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 833 | { |
| 834 | __dc_line_op_k(start, sz, OP_INV); |
| 835 | slc_op(start, sz, OP_INV); |
| 836 | } |
| 837 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 838 | static void __dma_cache_wback_slc(phys_addr_t start, unsigned long sz) |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 839 | { |
| 840 | __dc_line_op_k(start, sz, OP_FLUSH); |
| 841 | slc_op(start, sz, OP_FLUSH); |
| 842 | } |
| 843 | |
| 844 | /* |
| 845 | * DMA ops for systems with IOC |
| 846 | * IOC hardware snoops all DMA traffic keeping the caches consistent with |
| 847 | * memory - eliding need for any explicit cache maintenance of DMA buffers |
| 848 | */ |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 849 | static void __dma_cache_wback_inv_ioc(phys_addr_t start, unsigned long sz) {} |
| 850 | static void __dma_cache_inv_ioc(phys_addr_t start, unsigned long sz) {} |
| 851 | static void __dma_cache_wback_ioc(phys_addr_t start, unsigned long sz) {} |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 852 | |
| 853 | /* |
| 854 | * Exported DMA API |
| 855 | */ |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 856 | void dma_cache_wback_inv(phys_addr_t start, unsigned long sz) |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 857 | { |
| 858 | __dma_cache_wback_inv(start, sz); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 859 | } |
| 860 | EXPORT_SYMBOL(dma_cache_wback_inv); |
| 861 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 862 | void dma_cache_inv(phys_addr_t start, unsigned long sz) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 863 | { |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 864 | __dma_cache_inv(start, sz); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 865 | } |
| 866 | EXPORT_SYMBOL(dma_cache_inv); |
| 867 | |
Vineet Gupta | f5db19e | 2016-03-16 15:04:39 +0530 | [diff] [blame] | 868 | void dma_cache_wback(phys_addr_t start, unsigned long sz) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 869 | { |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 870 | __dma_cache_wback(start, sz); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 871 | } |
| 872 | EXPORT_SYMBOL(dma_cache_wback); |
| 873 | |
| 874 | /* |
Vineet Gupta | 7586bf72 | 2013-04-12 12:18:25 +0530 | [diff] [blame] | 875 | * This is API for making I/D Caches consistent when modifying |
| 876 | * kernel code (loadable modules, kprobes, kgdb...) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 877 | * This is called on insmod, with kernel virtual address for CODE of |
| 878 | * the module. ARC cache maintenance ops require PHY address thus we |
| 879 | * need to convert vmalloc addr to PHY addr |
| 880 | */ |
| 881 | void flush_icache_range(unsigned long kstart, unsigned long kend) |
| 882 | { |
Vineet Gupta | c59414c | 2014-09-24 11:36:20 +0530 | [diff] [blame] | 883 | unsigned int tot_sz; |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 884 | |
Vineet Gupta | c59414c | 2014-09-24 11:36:20 +0530 | [diff] [blame] | 885 | WARN(kstart < TASK_SIZE, "%s() can't handle user vaddr", __func__); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 886 | |
| 887 | /* Shortcut for bigger flush ranges. |
| 888 | * Here we don't care if this was kernel virtual or phy addr |
| 889 | */ |
| 890 | tot_sz = kend - kstart; |
| 891 | if (tot_sz > PAGE_SIZE) { |
| 892 | flush_cache_all(); |
| 893 | return; |
| 894 | } |
| 895 | |
| 896 | /* Case: Kernel Phy addr (0x8000_0000 onwards) */ |
| 897 | if (likely(kstart > PAGE_OFFSET)) { |
Vineet Gupta | 7586bf72 | 2013-04-12 12:18:25 +0530 | [diff] [blame] | 898 | /* |
| 899 | * The 2nd arg despite being paddr will be used to index icache |
| 900 | * This is OK since no alternate virtual mappings will exist |
| 901 | * given the callers for this case: kprobe/kgdb in built-in |
| 902 | * kernel code only. |
| 903 | */ |
Vineet Gupta | 94bad1a | 2013-04-12 12:20:23 +0530 | [diff] [blame] | 904 | __sync_icache_dcache(kstart, kstart, kend - kstart); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 905 | return; |
| 906 | } |
| 907 | |
| 908 | /* |
| 909 | * Case: Kernel Vaddr (0x7000_0000 to 0x7fff_ffff) |
| 910 | * (1) ARC Cache Maintenance ops only take Phy addr, hence special |
| 911 | * handling of kernel vaddr. |
| 912 | * |
| 913 | * (2) Despite @tot_sz being < PAGE_SIZE (bigger cases handled already), |
| 914 | * it still needs to handle a 2 page scenario, where the range |
| 915 | * straddles across 2 virtual pages and hence need for loop |
| 916 | */ |
| 917 | while (tot_sz > 0) { |
Vineet Gupta | c59414c | 2014-09-24 11:36:20 +0530 | [diff] [blame] | 918 | unsigned int off, sz; |
| 919 | unsigned long phy, pfn; |
| 920 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 921 | off = kstart % PAGE_SIZE; |
| 922 | pfn = vmalloc_to_pfn((void *)kstart); |
| 923 | phy = (pfn << PAGE_SHIFT) + off; |
| 924 | sz = min_t(unsigned int, tot_sz, PAGE_SIZE - off); |
Vineet Gupta | 94bad1a | 2013-04-12 12:20:23 +0530 | [diff] [blame] | 925 | __sync_icache_dcache(phy, kstart, sz); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 926 | kstart += sz; |
| 927 | tot_sz -= sz; |
| 928 | } |
| 929 | } |
Pranith Kumar | e356030 | 2014-08-29 15:19:09 -0700 | [diff] [blame] | 930 | EXPORT_SYMBOL(flush_icache_range); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 931 | |
| 932 | /* |
Vineet Gupta | 94bad1a | 2013-04-12 12:20:23 +0530 | [diff] [blame] | 933 | * General purpose helper to make I and D cache lines consistent. |
| 934 | * @paddr is phy addr of region |
Vineet Gupta | 4b06ff3 | 2013-07-10 11:40:27 +0530 | [diff] [blame] | 935 | * @vaddr is typically user vaddr (breakpoint) or kernel vaddr (vmalloc) |
| 936 | * However in one instance, when called by kprobe (for a breakpt in |
Vineet Gupta | 94bad1a | 2013-04-12 12:20:23 +0530 | [diff] [blame] | 937 | * builtin kernel code) @vaddr will be paddr only, meaning CDU operation will |
| 938 | * use a paddr to index the cache (despite VIPT). This is fine since since a |
Vineet Gupta | 4b06ff3 | 2013-07-10 11:40:27 +0530 | [diff] [blame] | 939 | * builtin kernel page will not have any virtual mappings. |
| 940 | * kprobe on loadable module will be kernel vaddr. |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 941 | */ |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 942 | void __sync_icache_dcache(phys_addr_t paddr, unsigned long vaddr, int len) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 943 | { |
Vineet Gupta | f538881 | 2013-05-16 12:19:29 +0530 | [diff] [blame] | 944 | __dc_line_op(paddr, vaddr, len, OP_FLUSH_N_INV); |
Vineet Gupta | 2328af0 | 2013-02-17 12:51:42 +0200 | [diff] [blame] | 945 | __ic_line_inv_vaddr(paddr, vaddr, len); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 946 | } |
| 947 | |
Vineet Gupta | 24603fd | 2013-04-11 18:36:35 +0530 | [diff] [blame] | 948 | /* wrapper to compile time eliminate alignment checks in flush loop */ |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 949 | void __inv_icache_page(phys_addr_t paddr, unsigned long vaddr) |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 950 | { |
Vineet Gupta | 24603fd | 2013-04-11 18:36:35 +0530 | [diff] [blame] | 951 | __ic_line_inv_vaddr(paddr, vaddr, PAGE_SIZE); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 952 | } |
| 953 | |
Vineet Gupta | 6ec18a8 | 2013-05-09 15:10:18 +0530 | [diff] [blame] | 954 | /* |
| 955 | * wrapper to clearout kernel or userspace mappings of a page |
| 956 | * For kernel mappings @vaddr == @paddr |
| 957 | */ |
Vineet Gupta | 28b4af7 | 2015-09-14 18:43:42 -0700 | [diff] [blame] | 958 | void __flush_dcache_page(phys_addr_t paddr, unsigned long vaddr) |
Vineet Gupta | eacd0e9 | 2013-04-16 14:10:48 +0530 | [diff] [blame] | 959 | { |
Vineet Gupta | 6ec18a8 | 2013-05-09 15:10:18 +0530 | [diff] [blame] | 960 | __dc_line_op(paddr, vaddr & PAGE_MASK, PAGE_SIZE, OP_FLUSH_N_INV); |
Vineet Gupta | eacd0e9 | 2013-04-16 14:10:48 +0530 | [diff] [blame] | 961 | } |
| 962 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 963 | noinline void flush_cache_all(void) |
| 964 | { |
| 965 | unsigned long flags; |
| 966 | |
| 967 | local_irq_save(flags); |
| 968 | |
Vineet Gupta | 336e199 | 2013-06-22 19:22:42 +0530 | [diff] [blame] | 969 | __ic_entire_inv(); |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 970 | __dc_entire_op(OP_FLUSH_N_INV); |
| 971 | |
| 972 | local_irq_restore(flags); |
| 973 | |
| 974 | } |
| 975 | |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 976 | #ifdef CONFIG_ARC_CACHE_VIPT_ALIASING |
| 977 | |
| 978 | void flush_cache_mm(struct mm_struct *mm) |
| 979 | { |
| 980 | flush_cache_all(); |
| 981 | } |
| 982 | |
| 983 | void flush_cache_page(struct vm_area_struct *vma, unsigned long u_vaddr, |
| 984 | unsigned long pfn) |
| 985 | { |
| 986 | unsigned int paddr = pfn << PAGE_SHIFT; |
| 987 | |
Vineet Gupta | 5971bc7 | 2013-05-16 12:23:31 +0530 | [diff] [blame] | 988 | u_vaddr &= PAGE_MASK; |
| 989 | |
Vineet Gupta | 4530949 | 2015-05-18 12:46:37 +0530 | [diff] [blame] | 990 | __flush_dcache_page(paddr, u_vaddr); |
Vineet Gupta | 5971bc7 | 2013-05-16 12:23:31 +0530 | [diff] [blame] | 991 | |
| 992 | if (vma->vm_flags & VM_EXEC) |
| 993 | __inv_icache_page(paddr, u_vaddr); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 994 | } |
| 995 | |
| 996 | void flush_cache_range(struct vm_area_struct *vma, unsigned long start, |
| 997 | unsigned long end) |
| 998 | { |
| 999 | flush_cache_all(); |
| 1000 | } |
| 1001 | |
Vineet Gupta | 7bb66f6 | 2013-05-25 14:04:25 +0530 | [diff] [blame] | 1002 | void flush_anon_page(struct vm_area_struct *vma, struct page *page, |
| 1003 | unsigned long u_vaddr) |
| 1004 | { |
| 1005 | /* TBD: do we really need to clear the kernel mapping */ |
| 1006 | __flush_dcache_page(page_address(page), u_vaddr); |
| 1007 | __flush_dcache_page(page_address(page), page_address(page)); |
| 1008 | |
| 1009 | } |
| 1010 | |
| 1011 | #endif |
| 1012 | |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1013 | void copy_user_highpage(struct page *to, struct page *from, |
| 1014 | unsigned long u_vaddr, struct vm_area_struct *vma) |
| 1015 | { |
Vineet Gupta | 336e213 | 2015-03-05 17:06:31 +0530 | [diff] [blame] | 1016 | void *kfrom = kmap_atomic(from); |
| 1017 | void *kto = kmap_atomic(to); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1018 | int clean_src_k_mappings = 0; |
| 1019 | |
| 1020 | /* |
| 1021 | * If SRC page was already mapped in userspace AND it's U-mapping is |
| 1022 | * not congruent with K-mapping, sync former to physical page so that |
| 1023 | * K-mapping in memcpy below, sees the right data |
| 1024 | * |
| 1025 | * Note that while @u_vaddr refers to DST page's userspace vaddr, it is |
| 1026 | * equally valid for SRC page as well |
Vineet Gupta | 336e213 | 2015-03-05 17:06:31 +0530 | [diff] [blame] | 1027 | * |
| 1028 | * For !VIPT cache, all of this gets compiled out as |
| 1029 | * addr_not_cache_congruent() is 0 |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1030 | */ |
Kirill A. Shutemov | e1534ae | 2016-01-15 16:53:46 -0800 | [diff] [blame] | 1031 | if (page_mapcount(from) && addr_not_cache_congruent(kfrom, u_vaddr)) { |
Vineet Gupta | 336e213 | 2015-03-05 17:06:31 +0530 | [diff] [blame] | 1032 | __flush_dcache_page((unsigned long)kfrom, u_vaddr); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1033 | clean_src_k_mappings = 1; |
| 1034 | } |
| 1035 | |
Vineet Gupta | 336e213 | 2015-03-05 17:06:31 +0530 | [diff] [blame] | 1036 | copy_page(kto, kfrom); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1037 | |
| 1038 | /* |
| 1039 | * Mark DST page K-mapping as dirty for a later finalization by |
| 1040 | * update_mmu_cache(). Although the finalization could have been done |
| 1041 | * here as well (given that both vaddr/paddr are available). |
| 1042 | * But update_mmu_cache() already has code to do that for other |
| 1043 | * non copied user pages (e.g. read faults which wire in pagecache page |
| 1044 | * directly). |
| 1045 | */ |
Vineet Gupta | 2ed21da | 2013-05-13 17:23:58 +0530 | [diff] [blame] | 1046 | clear_bit(PG_dc_clean, &to->flags); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1047 | |
| 1048 | /* |
| 1049 | * if SRC was already usermapped and non-congruent to kernel mapping |
| 1050 | * sync the kernel mapping back to physical page |
| 1051 | */ |
| 1052 | if (clean_src_k_mappings) { |
Vineet Gupta | 336e213 | 2015-03-05 17:06:31 +0530 | [diff] [blame] | 1053 | __flush_dcache_page((unsigned long)kfrom, (unsigned long)kfrom); |
Vineet Gupta | 2ed21da | 2013-05-13 17:23:58 +0530 | [diff] [blame] | 1054 | set_bit(PG_dc_clean, &from->flags); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1055 | } else { |
Vineet Gupta | 2ed21da | 2013-05-13 17:23:58 +0530 | [diff] [blame] | 1056 | clear_bit(PG_dc_clean, &from->flags); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1057 | } |
Vineet Gupta | 336e213 | 2015-03-05 17:06:31 +0530 | [diff] [blame] | 1058 | |
| 1059 | kunmap_atomic(kto); |
| 1060 | kunmap_atomic(kfrom); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1061 | } |
| 1062 | |
| 1063 | void clear_user_page(void *to, unsigned long u_vaddr, struct page *page) |
| 1064 | { |
| 1065 | clear_page(to); |
Vineet Gupta | 2ed21da | 2013-05-13 17:23:58 +0530 | [diff] [blame] | 1066 | clear_bit(PG_dc_clean, &page->flags); |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1067 | } |
| 1068 | |
Vineet Gupta | 4102b53 | 2013-05-09 21:54:51 +0530 | [diff] [blame] | 1069 | |
Vineet Gupta | 95d6976 | 2013-01-18 15:12:19 +0530 | [diff] [blame] | 1070 | /********************************************************************** |
| 1071 | * Explicit Cache flush request from user space via syscall |
| 1072 | * Needed for JITs which generate code on the fly |
| 1073 | */ |
| 1074 | SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) |
| 1075 | { |
| 1076 | /* TBD: optimize this */ |
| 1077 | flush_cache_all(); |
| 1078 | return 0; |
| 1079 | } |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1080 | |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 1081 | /* |
| 1082 | * IO-Coherency (IOC) setup rules: |
| 1083 | * |
| 1084 | * 1. Needs to be at system level, so only once by Master core |
| 1085 | * Non-Masters need not be accessing caches at that time |
| 1086 | * - They are either HALT_ON_RESET and kick started much later or |
| 1087 | * - if run on reset, need to ensure that arc_platform_smp_wait_to_boot() |
| 1088 | * doesn't perturb caches or coherency unit |
| 1089 | * |
| 1090 | * 2. caches (L1 and SLC) need to be purged (flush+inv) before setting up IOC, |
| 1091 | * otherwise any straggler data might behave strangely post IOC enabling |
| 1092 | * |
| 1093 | * 3. All Caches need to be disabled when setting up IOC to elide any in-flight |
| 1094 | * Coherency transactions |
| 1095 | */ |
Vineet Gupta | 76894a7 | 2017-01-18 15:10:52 -0800 | [diff] [blame] | 1096 | noinline void __init arc_ioc_setup(void) |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 1097 | { |
Vineet Gupta | e497c8e | 2017-01-18 12:59:21 -0800 | [diff] [blame] | 1098 | unsigned int ap_sz; |
| 1099 | |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 1100 | /* Flush + invalidate + disable L1 dcache */ |
| 1101 | __dc_disable(); |
| 1102 | |
| 1103 | /* Flush + invalidate SLC */ |
| 1104 | if (read_aux_reg(ARC_REG_SLC_BCR)) |
| 1105 | slc_entire_op(OP_FLUSH_N_INV); |
| 1106 | |
| 1107 | /* IOC Aperture start: TDB: handle non default CONFIG_LINUX_LINK_BASE */ |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 1108 | write_aux_reg(ARC_REG_IO_COH_AP0_BASE, 0x80000); |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 1109 | |
Vineet Gupta | e497c8e | 2017-01-18 12:59:21 -0800 | [diff] [blame] | 1110 | /* |
| 1111 | * IOC Aperture size: |
| 1112 | * decoded as 2 ^ (SIZE + 2) KB: so setting 0x11 implies 512M |
| 1113 | * TBD: fix for PGU + 1GB of low mem |
| 1114 | * TBD: fix for PAE |
| 1115 | */ |
| 1116 | ap_sz = order_base_2(arc_get_mem_sz()/1024) - 2; |
| 1117 | write_aux_reg(ARC_REG_IO_COH_AP0_SIZE, ap_sz); |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 1118 | |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 1119 | write_aux_reg(ARC_REG_IO_COH_PARTIAL, 1); |
| 1120 | write_aux_reg(ARC_REG_IO_COH_ENABLE, 1); |
Vineet Gupta | 8c47f83 | 2016-06-22 16:01:19 +0530 | [diff] [blame] | 1121 | |
| 1122 | /* Re-enable L1 dcache */ |
| 1123 | __dc_enable(); |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 1124 | } |
| 1125 | |
Vineet Gupta | b5ddb6d | 2017-08-03 17:45:44 +0530 | [diff] [blame] | 1126 | /* |
| 1127 | * Cache related boot time checks/setups only needed on master CPU: |
| 1128 | * - Geometry checks (kernel build and hardware agree: e.g. L1_CACHE_BYTES) |
| 1129 | * Assume SMP only, so all cores will have same cache config. A check on |
| 1130 | * one core suffices for all |
| 1131 | * - IOC setup / dma callbacks only need to be done once |
| 1132 | */ |
Vineet Gupta | 76894a7 | 2017-01-18 15:10:52 -0800 | [diff] [blame] | 1133 | void __init arc_cache_init_master(void) |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1134 | { |
| 1135 | unsigned int __maybe_unused cpu = smp_processor_id(); |
Vineet Gupta | 45c3b08 | 2016-06-13 16:38:27 +0200 | [diff] [blame] | 1136 | |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1137 | if (IS_ENABLED(CONFIG_ARC_HAS_ICACHE)) { |
| 1138 | struct cpuinfo_arc_cache *ic = &cpuinfo_arc700[cpu].icache; |
| 1139 | |
Vineet Gupta | f64915b | 2016-12-19 11:24:08 -0800 | [diff] [blame] | 1140 | if (!ic->line_len) |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1141 | panic("cache support enabled but non-existent cache\n"); |
| 1142 | |
| 1143 | if (ic->line_len != L1_CACHE_BYTES) |
| 1144 | panic("ICache line [%d] != kernel Config [%d]", |
| 1145 | ic->line_len, L1_CACHE_BYTES); |
| 1146 | |
Vineet Gupta | bcc4d65 | 2015-06-04 14:39:15 +0530 | [diff] [blame] | 1147 | /* |
Andrea Gelmini | 2547476 | 2016-05-21 13:45:35 +0200 | [diff] [blame] | 1148 | * In MMU v4 (HS38x) the aliasing icache config uses IVIL/PTAG |
Vineet Gupta | bcc4d65 | 2015-06-04 14:39:15 +0530 | [diff] [blame] | 1149 | * pair to provide vaddr/paddr respectively, just as in MMU v3 |
| 1150 | */ |
| 1151 | if (is_isa_arcv2() && ic->alias) |
| 1152 | _cache_line_loop_ic_fn = __cache_line_loop_v3; |
| 1153 | else |
| 1154 | _cache_line_loop_ic_fn = __cache_line_loop; |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1155 | } |
| 1156 | |
| 1157 | if (IS_ENABLED(CONFIG_ARC_HAS_DCACHE)) { |
| 1158 | struct cpuinfo_arc_cache *dc = &cpuinfo_arc700[cpu].dcache; |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1159 | |
Vineet Gupta | f64915b | 2016-12-19 11:24:08 -0800 | [diff] [blame] | 1160 | if (!dc->line_len) |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1161 | panic("cache support enabled but non-existent cache\n"); |
| 1162 | |
| 1163 | if (dc->line_len != L1_CACHE_BYTES) |
| 1164 | panic("DCache line [%d] != kernel Config [%d]", |
| 1165 | dc->line_len, L1_CACHE_BYTES); |
| 1166 | |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 1167 | /* check for D-Cache aliasing on ARCompact: ARCv2 has PIPT */ |
| 1168 | if (is_isa_arcompact()) { |
| 1169 | int handled = IS_ENABLED(CONFIG_ARC_CACHE_VIPT_ALIASING); |
Vineet Gupta | 08fe007 | 2016-12-19 11:38:38 -0800 | [diff] [blame] | 1170 | int num_colors = dc->sz_k/dc->assoc/TO_KB(PAGE_SIZE); |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1171 | |
Vineet Gupta | 08fe007 | 2016-12-19 11:38:38 -0800 | [diff] [blame] | 1172 | if (dc->alias) { |
| 1173 | if (!handled) |
| 1174 | panic("Enable CONFIG_ARC_CACHE_VIPT_ALIASING\n"); |
| 1175 | if (CACHE_COLORS_NUM != num_colors) |
| 1176 | panic("CACHE_COLORS_NUM not optimized for config\n"); |
| 1177 | } else if (!dc->alias && handled) { |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 1178 | panic("Disable CONFIG_ARC_CACHE_VIPT_ALIASING\n"); |
Vineet Gupta | 08fe007 | 2016-12-19 11:38:38 -0800 | [diff] [blame] | 1179 | } |
Vineet Gupta | d1f317d | 2015-04-06 17:23:57 +0530 | [diff] [blame] | 1180 | } |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1181 | } |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 1182 | |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 1183 | /* Note that SLC disable not formally supported till HS 3.0 */ |
| 1184 | if (is_isa_arcv2() && l2_line_sz && !slc_enable) |
| 1185 | arc_slc_disable(); |
Vineet Gupta | 79335a2 | 2015-06-04 18:30:23 +0530 | [diff] [blame] | 1186 | |
Vineet Gupta | d4911cd | 2016-06-22 15:43:22 +0530 | [diff] [blame] | 1187 | if (is_isa_arcv2() && ioc_enable) |
| 1188 | arc_ioc_setup(); |
Vineet Gupta | 79335a2 | 2015-06-04 18:30:23 +0530 | [diff] [blame] | 1189 | |
Vineet Gupta | cf986d4 | 2016-10-13 15:58:59 -0700 | [diff] [blame] | 1190 | if (is_isa_arcv2() && ioc_enable) { |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 1191 | __dma_cache_wback_inv = __dma_cache_wback_inv_ioc; |
| 1192 | __dma_cache_inv = __dma_cache_inv_ioc; |
| 1193 | __dma_cache_wback = __dma_cache_wback_ioc; |
Vineet Gupta | 79335a2 | 2015-06-04 18:30:23 +0530 | [diff] [blame] | 1194 | } else if (is_isa_arcv2() && l2_line_sz && slc_enable) { |
Alexey Brodkin | f2b0b25 | 2015-05-25 19:54:28 +0300 | [diff] [blame] | 1195 | __dma_cache_wback_inv = __dma_cache_wback_inv_slc; |
| 1196 | __dma_cache_inv = __dma_cache_inv_slc; |
| 1197 | __dma_cache_wback = __dma_cache_wback_slc; |
| 1198 | } else { |
| 1199 | __dma_cache_wback_inv = __dma_cache_wback_inv_l1; |
| 1200 | __dma_cache_inv = __dma_cache_inv_l1; |
| 1201 | __dma_cache_wback = __dma_cache_wback_l1; |
| 1202 | } |
Vineet Gupta | 8ea2ddf | 2015-06-04 15:35:53 +0530 | [diff] [blame] | 1203 | } |
Vineet Gupta | 76894a7 | 2017-01-18 15:10:52 -0800 | [diff] [blame] | 1204 | |
| 1205 | void __ref arc_cache_init(void) |
| 1206 | { |
| 1207 | unsigned int __maybe_unused cpu = smp_processor_id(); |
| 1208 | char str[256]; |
| 1209 | |
| 1210 | printk(arc_cache_mumbojumbo(0, str, sizeof(str))); |
| 1211 | |
Vineet Gupta | 76894a7 | 2017-01-18 15:10:52 -0800 | [diff] [blame] | 1212 | if (!cpu) |
| 1213 | arc_cache_init_master(); |
Vineet Gupta | b5ddb6d | 2017-08-03 17:45:44 +0530 | [diff] [blame] | 1214 | |
| 1215 | /* |
| 1216 | * In PAE regime, TLB and cache maintenance ops take wider addresses |
| 1217 | * And even if PAE is not enabled in kernel, the upper 32-bits still need |
| 1218 | * to be zeroed to keep the ops sane. |
| 1219 | * As an optimization for more common !PAE enabled case, zero them out |
| 1220 | * once at init, rather than checking/setting to 0 for every runtime op |
| 1221 | */ |
| 1222 | if (is_isa_arcv2() && pae40_exist_but_not_enab()) { |
| 1223 | |
| 1224 | if (IS_ENABLED(CONFIG_ARC_HAS_ICACHE)) |
| 1225 | write_aux_reg(ARC_REG_IC_PTAG_HI, 0); |
| 1226 | |
| 1227 | if (IS_ENABLED(CONFIG_ARC_HAS_DCACHE)) |
| 1228 | write_aux_reg(ARC_REG_DC_PTAG_HI, 0); |
| 1229 | |
| 1230 | if (l2_line_sz) { |
| 1231 | write_aux_reg(ARC_REG_SLC_RGN_END1, 0); |
| 1232 | write_aux_reg(ARC_REG_SLC_RGN_START1, 0); |
| 1233 | } |
| 1234 | } |
Vineet Gupta | 76894a7 | 2017-01-18 15:10:52 -0800 | [diff] [blame] | 1235 | } |