/Linux-v4.19/arch/nds32/kernel/ |
D | cacheinfo.c | 9 enum cache_type type, unsigned int level) in ci_leaf_init() 11 char cache_type = (type & CACHE_TYPE_INST ? ICACHE : DCACHE); in ci_leaf_init() local 15 this_leaf->coherency_line_size = CACHE_LINE_SIZE(cache_type); in ci_leaf_init() 16 this_leaf->number_of_sets = CACHE_SET(cache_type);; in ci_leaf_init() 17 this_leaf->ways_of_associativity = CACHE_WAY(cache_type); in ci_leaf_init()
|
/Linux-v4.19/Documentation/scsi/ |
D | sd-parameters.txt | 4 cache_type (RW) 8 cache_type string | WCE RCD | Write cache | Read cache 17 # echo "write back" > cache_type 22 # echo "temporary write back" > cache_type
|
/Linux-v4.19/arch/sh/mm/ |
D | cache-debugfs.c | 19 enum cache_type { enum 27 unsigned int cache_type = (unsigned int)file->private; in cache_seq_show() local 47 if (cache_type == CACHE_TYPE_DCACHE) { in cache_seq_show() 61 if ((ccr & CCR_CACHE_ORA) && cache_type == CACHE_TYPE_DCACHE) in cache_seq_show()
|
/Linux-v4.19/drivers/mfd/ |
D | sec-core.c | 212 .cache_type = REGCACHE_FLAT, 221 .cache_type = REGCACHE_FLAT, 230 .cache_type = REGCACHE_FLAT, 239 .cache_type = REGCACHE_FLAT, 248 .cache_type = REGCACHE_FLAT, 257 .cache_type = REGCACHE_FLAT, 266 .cache_type = REGCACHE_FLAT, 275 .cache_type = REGCACHE_FLAT,
|
D | wm97xx-core.c | 102 .cache_type = REGCACHE_RBTREE, 170 .cache_type = REGCACHE_RBTREE, 241 .cache_type = REGCACHE_RBTREE,
|
D | bcm590xx.c | 35 .cache_type = REGCACHE_RBTREE, 42 .cache_type = REGCACHE_RBTREE,
|
D | wm8994-regmap.c | 1246 .cache_type = REGCACHE_RBTREE, 1261 .cache_type = REGCACHE_RBTREE, 1276 .cache_type = REGCACHE_RBTREE,
|
D | cs47l35-tables.c | 1555 .cache_type = REGCACHE_RBTREE, 1572 .cache_type = REGCACHE_RBTREE, 1591 .cache_type = REGCACHE_RBTREE, 1607 .cache_type = REGCACHE_RBTREE,
|
D | wm8350-regmap.c | 332 .cache_type = REGCACHE_RBTREE,
|
D | rk808.c | 69 .cache_type = REGCACHE_RBTREE, 77 .cache_type = REGCACHE_RBTREE, 85 .cache_type = REGCACHE_RBTREE,
|
D | smsc-ece1099.c | 30 .cache_type = REGCACHE_RBTREE,
|
/Linux-v4.19/arch/s390/kernel/ |
D | cache.c | 61 static const enum cache_type cache_type_map[] = { 91 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type() 107 enum cache_type type, unsigned int level, int cpu) in ci_leaf_init() 133 enum cache_type ctype; in init_cache_level() 158 enum cache_type ctype; in populate_cache_leaves()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | cacheinfo.c | 31 static inline enum cache_type get_cache_type(int level) in get_cache_type() 42 enum cache_type type, unsigned int level) in ci_leaf_init() 86 enum cache_type type; in __populate_cache_leaves()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | sal.c | 245 u64 vector, cache_type = 3; in check_sal_cache_flush() local 263 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in check_sal_cache_flush() 284 ia64_sal_cache_flush (u64 cache_type) in ia64_sal_cache_flush() argument 295 rc = ia64_pal_cache_flush(cache_type, in ia64_sal_cache_flush() 301 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0); in ia64_sal_cache_flush()
|
/Linux-v4.19/drivers/iio/pressure/ |
D | bmp280-regmap.c | 37 .cache_type = REGCACHE_RBTREE, 80 .cache_type = REGCACHE_RBTREE,
|
D | zpa2326_i2c.c | 36 .cache_type = REGCACHE_NONE,
|
D | zpa2326_spi.c | 37 .cache_type = REGCACHE_NONE,
|
/Linux-v4.19/include/linux/ |
D | cacheinfo.h | 12 enum cache_type { enum 49 enum cache_type type;
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pal.h | 285 u64 cache_type : 8, /* 7-0 cache type */ member 298 u64 cache_type : 8, /* 7-0 cache type */ member 328 #define pclid_read_cache_type pclid_info_read.cache_type 337 #define pclid_write_cache_type pclid_info_write.cache_type 908 ia64_pal_cache_config_info (u64 cache_level, u64 cache_type, pal_cache_config_info_t *conf) in ia64_pal_cache_config_info() argument 912 PAL_CALL(iprv, PAL_CACHE_INFO, cache_level, cache_type, 0); in ia64_pal_cache_config_info() 926 ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot) in ia64_pal_cache_prot_info() argument 930 PAL_CALL(iprv, PAL_CACHE_PROT_INFO, cache_level, cache_type, 0); in ia64_pal_cache_prot_info() 949 ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector) in ia64_pal_cache_flush() argument 952 PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress); in ia64_pal_cache_flush() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 323 props->cache_type |= HSA_CACHE_TYPE_DATA; in kfd_parse_subtype_cache() 325 props->cache_type |= HSA_CACHE_TYPE_INSTRUCTION; in kfd_parse_subtype_cache() 327 props->cache_type |= HSA_CACHE_TYPE_CPU; in kfd_parse_subtype_cache() 329 props->cache_type |= HSA_CACHE_TYPE_HSACU; in kfd_parse_subtype_cache() 539 int cache_type, unsigned int cu_processor_id, in fill_in_pcache() argument 552 ((1 << pcache_info[cache_type].num_cu_shared) - 1); in fill_in_pcache() 563 pcache->flags = pcache_info[cache_type].flags; in fill_in_pcache() 566 pcache->cache_level = pcache_info[cache_type].cache_level; in fill_in_pcache() 567 pcache->cache_size = pcache_info[cache_type].cache_size; in fill_in_pcache()
|
/Linux-v4.19/arch/arc/kernel/ |
D | perf_event.c | 126 unsigned int cache_type, cache_op, cache_result; in arc_pmu_cache_event() local 129 cache_type = (config >> 0) & 0xff; in arc_pmu_cache_event() 132 if (cache_type >= PERF_COUNT_HW_CACHE_MAX) in arc_pmu_cache_event() 139 ret = arc_pmu_cache_map[cache_type][cache_op][cache_result]; in arc_pmu_cache_event() 145 cache_type, cache_op, cache_result, ret, in arc_pmu_cache_event()
|
/Linux-v4.19/drivers/base/regmap/ |
D | regcache.c | 125 if (map->cache_type == REGCACHE_NONE) { in regcache_init() 145 if (cache_types[i]->type == map->cache_type) in regcache_init() 150 map->cache_type); in regcache_init() 212 if (map->cache_type == REGCACHE_NONE) in regcache_exit() 242 if (map->cache_type == REGCACHE_NONE) in regcache_read() 271 if (map->cache_type == REGCACHE_NONE) in regcache_write()
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | perf_event.c | 109 unsigned int cache_type, cache_op, cache_result; in xtensa_pmu_cache_event() local 112 cache_type = (config >> 0) & 0xff; in xtensa_pmu_cache_event() 116 if (cache_type >= ARRAY_SIZE(xtensa_cache_ctl) || in xtensa_pmu_cache_event() 121 ret = xtensa_cache_ctl[cache_type][cache_op][cache_result]; in xtensa_pmu_cache_event()
|
/Linux-v4.19/sound/soc/codecs/ |
D | ak4642.c | 571 .cache_type = REGCACHE_RBTREE, 580 .cache_type = REGCACHE_RBTREE, 589 .cache_type = REGCACHE_RBTREE,
|
/Linux-v4.19/drivers/iio/magnetometer/ |
D | hmc5843_spi.c | 55 .cache_type = REGCACHE_RBTREE,
|