Searched defs:cache_present (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dcacheinfo.c14 int cache_present = current_cpu_data.cache_leaves_present; local
64 int i, cache_present = current_cpu_data.cache_leaves_present; local
/linux-master/arch/loongarch/mm/
H A Dcache.c70 unsigned int cache_present = current_cpu_data.cache_leaves_present; local
/linux-master/arch/loongarch/include/asm/
H A Dcacheflush.h12 static inline bool cache_present(struct cache_desc *cdesc) function
29 int cache_present = boot_cpu_data.cache_leaves_present; local
/linux-master/drivers/base/regmap/
H A Dregcache.c708 static bool regcache_reg_present(unsigned long *cache_present, unsigned int idx) argument
740 regcache_sync_block_single(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) argument
792 regcache_sync_block_raw(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) argument
834 regcache_sync_block(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) argument
[all...]
H A Dregcache-rbtree.c25 unsigned long *cache_present; member in struct:regcache_rbtree_node
[all...]
H A Dregmap-kunit.c864 static void cache_present(struct kunit *test) function

Completed in 172 milliseconds