Searched refs:cache_mode (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dwriteback.h103 unsigned int cache_mode, bool would_skip)
107 if (cache_mode != CACHE_MODE_WRITEBACK ||
102 should_writeback(struct cached_dev *dc, struct bio *bio, unsigned int cache_mode, bool would_skip) argument
H A Drequest.c30 static unsigned int cache_mode(struct cached_dev *dc) function
366 unsigned int mode = cache_mode(dc);
997 cache_mode(dc),
H A Dsysfs.c112 rw_attribute(cache_mode); variable
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c193 char *cache_mode; local
196 case PAT_UC: cache = CM(UC); cache_mode = "UC "; break;
197 case PAT_WC: cache = CM(WC); cache_mode = "WC "; break;
198 case PAT_WT: cache = CM(WT); cache_mode = "WT "; break;
199 case PAT_WP: cache = CM(WP); cache_mode = "WP "; break;
200 case PAT_WB: cache = CM(WB); cache_mode = "WB "; break;
201 case PAT_UC_MINUS: cache = CM(UC_MINUS); cache_mode = "UC- "; break;
202 default: cache = CM(WB); cache_mode = "WB "; break;
205 memcpy(msg, cache_mode, 4);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-ipd.h72 * @cache_mode:
82 enum cvmx_ipd_mode cache_mode,
118 ipd_ctl_reg.s.opc_mode = cache_mode;
76 cvmx_ipd_config(uint64_t mbuff_size, uint64_t first_mbuff_skip, uint64_t not_first_mbuff_skip, uint64_t first_back, uint64_t second_back, uint64_t wqe_fpa_pool, enum cvmx_ipd_mode cache_mode, uint64_t back_pres_enable_flag) argument
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ggtt.c413 u16 cache_mode = bo->flags & XE_BO_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; local
414 u16 pat_index = tile_to_xe(ggtt->tile)->pat.idx[cache_mode];
/linux-master/drivers/soc/qcom/
H A Dllcc-qcom.c82 * @cache_mode: Each slice operates as a cache, this controls the mode of the
117 u32 cache_mode; member in struct:llcc_slice_config
990 attr1_val = config->cache_mode;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c3292 * @cache_mode: PHY logging mode
3299 enum ice_phy_cache_mode cache_mode)
3304 switch (cache_mode) {
3297 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) argument

Completed in 151 milliseconds