Home
last modified time | relevance | path

Searched refs:cache_mode (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/soc/qcom/
H A Dllcc-qcom.c129 u32 cache_mode; member
300 .cache_mode = 2,
398 .cache_mode = 2,
435 .cache_mode = 2,
582 .cache_mode = 0,
592 .cache_mode = 0,
601 .cache_mode = 0,
610 .cache_mode = 0,
619 .cache_mode = 0,
627 .cache_mode = 0,
[all …]
/linux/drivers/md/bcache/
H A Dwriteback.h103 unsigned int cache_mode, bool would_skip) in should_writeback() argument
107 if (cache_mode != CACHE_MODE_WRITEBACK || in should_writeback()
H A Drequest.c30 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()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-ipd.h82 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 Dcache.h205 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 Dcache.c60 cache_mode_set(cache, opts->cache_mode); in cache_info_init()
/linux/include/linux/
H A Dnode.h60 enum cache_mode { enum
/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c773 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in xe_ggtt_map_bo_unlocked() local
774 u16 pat_index = tile_to_xe(ggtt->tile)->pat.idx[cache_mode]; in xe_ggtt_map_bo_unlocked()
817 u16 cache_mode = bo->flags & XE_BO_FLAG_NEEDS_UC ? XE_CACHE_NONE : XE_CACHE_WB; in __xe_ggtt_insert_bo_at() local
818 u16 pat_index = tile_to_xe(ggtt->tile)->pat.idx[cache_mode]; in __xe_ggtt_insert_bo_at()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c627 u32 cache_mode = hdr.flags & CSF_FW_BINARY_IFACE_ENTRY_CACHE_MODE_MASK; in panthor_fw_load_section_entry() local
646 if (cache_mode != CSF_FW_BINARY_IFACE_ENTRY_CACHE_MODE_CACHED) in panthor_fw_load_section_entry()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3786 enum ice_phy_cache_mode cache_mode) in ice_cache_phy_user_req() argument
3791 switch (cache_mode) { in ice_cache_phy_user_req()