Searched refs:cache_mode (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/soc/qcom/ |
| H A D | llcc-qcom.c | 93 * @cache_mode: Each slice operates as a cache, this controls the mode of the 129 u32 cache_mode; member 317 .cache_mode = 2, 491 .cache_mode = 2, 589 .cache_mode = 2, 626 .cache_mode = 2, 773 .cache_mode = 0, 783 .cache_mode = 0, 792 .cache_mode = 0, 801 .cache_mode [all...] |
| /linux/arch/x86/mm/pat/ |
| H A D | memtype.c | 187 char *cache_mode; in pat_get_cache_mode() local 190 case X86_MEMTYPE_UC: cache = CM(UC); cache_mode = "UC "; break; in pat_get_cache_mode() 191 case X86_MEMTYPE_WC: cache = CM(WC); cache_mode = "WC "; break; in pat_get_cache_mode() 192 case X86_MEMTYPE_WT: cache = CM(WT); cache_mode = "WT "; break; in pat_get_cache_mode() 193 case X86_MEMTYPE_WP: cache = CM(WP); cache_mode = "WP "; break; in pat_get_cache_mode() 194 case X86_MEMTYPE_WB: cache = CM(WB); cache_mode = "WB "; break; in pat_get_cache_mode() 195 case X86_MEMTYPE_UC_MINUS: cache = CM(UC_MINUS); cache_mode = "UC- "; break; in pat_get_cache_mode() 196 default: cache = CM(WB); cache_mode = "WB "; break; in pat_get_cache_mode() 199 memcpy(msg, cache_mode, 4); in pat_get_cache_mode()
|
| /linux/drivers/md/bcache/ |
| H A D | writeback.h | 103 unsigned int cache_mode, bool would_skip) in should_writeback() argument 107 if (cache_mode != CACHE_MODE_WRITEBACK || in should_writeback()
|
| H A D | request.c | 30 static unsigned int cache_mode(struct cached_dev *dc) in cache_mode() function 366 unsigned int mode = cache_mode(dc); in check_should_bypass() 1011 cache_mode(dc), in cached_dev_write()
|
| H A D | sysfs.c | 112 rw_attribute(cache_mode);
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-ipd.h | 82 enum cvmx_ipd_mode cache_mode, in cvmx_ipd_config() argument 118 ipd_ctl_reg.s.opc_mode = cache_mode; in cvmx_ipd_config()
|
| /linux/drivers/md/dm-pcache/ |
| H A D | cache.h | 205 u32 cache_mode:4; member 473 static inline void cache_mode_set(struct pcache_cache *cache, u32 cache_mode) in cache_mode_set() argument 476 cache->cache_info.flags |= FIELD_PREP(PCACHE_CACHE_FLAGS_CACHE_MODE_MASK, cache_mode); in cache_mode_set()
|
| H A D | dm_pcache.c | 143 opts->cache_mode = PCACHE_CACHE_MODE_WRITEBACK; in pcache_init_opts() 170 if (!strcmp(arg, "cache_mode")) { in parse_cache_opts() 173 opts->cache_mode = PCACHE_CACHE_MODE_WRITEBACK; in parse_cache_opts() 419 DMEMIT("%s %s 4 cache_mode writeback crc %s", in dm_pcache_status()
|
| H A D | cache.c | 60 cache_mode_set(cache, opts->cache_mode); in cache_info_init()
|
| /linux/include/linux/ |
| H A D | node.h | 60 enum cache_mode { enum
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_ggtt.c | 803 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in xe_ggtt_map_bo_unlocked() local 804 u16 pat_index = tile_to_xe(ggtt->tile)->pat.idx[cache_mode]; in xe_ggtt_map_bo_unlocked() 900 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in __xe_ggtt_insert_bo_at() local 901 u16 pat_index = tile_to_xe(ggtt->tile)->pat.idx[cache_mode]; in __xe_ggtt_insert_bo_at()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 3741 * @cache_mode: PHY logging mode 3748 enum ice_phy_cache_mode cache_mode) in ice_cache_phy_user_req() 3753 switch (cache_mode) { in ice_cache_phy_user_req() 3749 ice_cache_phy_user_req(struct ice_port_info * pi,struct ice_phy_cache_mode_data cache_data,enum ice_phy_cache_mode cache_mode) ice_cache_phy_user_req() argument
|