Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/Linux-v4.19/arch/nds32/kernel/
Dcacheinfo.c9 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/
Dsd-parameters.txt4 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/
Dcache-debugfs.c19 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/
Dsec-core.c212 .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,
Dwm97xx-core.c102 .cache_type = REGCACHE_RBTREE,
170 .cache_type = REGCACHE_RBTREE,
241 .cache_type = REGCACHE_RBTREE,
Dbcm590xx.c35 .cache_type = REGCACHE_RBTREE,
42 .cache_type = REGCACHE_RBTREE,
Dwm8994-regmap.c1246 .cache_type = REGCACHE_RBTREE,
1261 .cache_type = REGCACHE_RBTREE,
1276 .cache_type = REGCACHE_RBTREE,
Dcs47l35-tables.c1555 .cache_type = REGCACHE_RBTREE,
1572 .cache_type = REGCACHE_RBTREE,
1591 .cache_type = REGCACHE_RBTREE,
1607 .cache_type = REGCACHE_RBTREE,
Dwm8350-regmap.c332 .cache_type = REGCACHE_RBTREE,
Drk808.c69 .cache_type = REGCACHE_RBTREE,
77 .cache_type = REGCACHE_RBTREE,
85 .cache_type = REGCACHE_RBTREE,
Dsmsc-ece1099.c30 .cache_type = REGCACHE_RBTREE,
/Linux-v4.19/arch/s390/kernel/
Dcache.c61 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/
Dcacheinfo.c31 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/
Dsal.c245 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/
Dbmp280-regmap.c37 .cache_type = REGCACHE_RBTREE,
80 .cache_type = REGCACHE_RBTREE,
Dzpa2326_i2c.c36 .cache_type = REGCACHE_NONE,
Dzpa2326_spi.c37 .cache_type = REGCACHE_NONE,
/Linux-v4.19/include/linux/
Dcacheinfo.h12 enum cache_type { enum
49 enum cache_type type;
/Linux-v4.19/arch/ia64/include/asm/
Dpal.h285 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/
Dkfd_crat.c323 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/
Dperf_event.c126 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/
Dregcache.c125 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/
Dperf_event.c109 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/
Dak4642.c571 .cache_type = REGCACHE_RBTREE,
580 .cache_type = REGCACHE_RBTREE,
589 .cache_type = REGCACHE_RBTREE,
/Linux-v4.19/drivers/iio/magnetometer/
Dhmc5843_spi.c55 .cache_type = REGCACHE_RBTREE,

12345678910>>...14