armv8_cache_common::flush_all_data_cache is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv8_cache_common::flush_all_data_cache

armv8_cache_common::flush_all_data_cache field

Syntax

int (*flush_all_data_cache)(struct target *target);

References

LocationReferrerScopeText
armv8.h:164
int (*flush_all_data_cache)(struct target *target);
aarch64.c:147aarch64_mmu_modify()
if (armv8->armv8_mmu.armv8_cache.flush_all_data_cache)
aarch64.c:148aarch64_mmu_modify()
armv8->armv8_mmu.armv8_cache.flush_all_data_cache(target);
armv8.c:1302armv8_init_arch_info()
armv8->armv8_mmu.armv8_cache.flush_all_data_cache = NULL;
armv8_cache.c:408armv8_identify_cache()
if (!armv8->armv8_mmu.armv8_cache.flush_all_data_cache) {
armv8_cache.c:411armv8_flush_all_data()armv8_identify_cache()
armv8->armv8_mmu.armv8_cache.flush_all_data_cache =

Call Tree

Functions calling armv8_cache_common::flush_all_data_cache
all items filtered out
armv8_cache_common::flush_all_data_cache
Functions writing armv8_cache_common::flush_all_data_cache
Functions reading armv8_cache_common::flush_all_data_cache
armv8_cache_common::flush_all_data_cache
Implementations
all items filtered out
armv8_cache_common::flush_all_data_cache