armv4_5_handle_cache_info_command() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv4_5_handle_cache_info_command()

armv4_5_handle_cache_info_command() function

Syntax

int armv4_5_handle_cache_info_command(struct command_invocation *cmd,     struct armv4_5_cache_common *armv4_5_cache);
Implemented in armv4_5_cache.c:68

Arguments

cmd

armv4_5_cache

References

LocationReferrerText
armv4_5_cache.c:68
int armv4_5_handle_cache_info_command(struct command_invocation *cmd, struct armv4_5_cache_common *armv4_5_cache)
armv4_5_cache.h:36
int armv4_5_handle_cache_info_command(struct command_invocation *cmd,
arm920t.c:1513arm920t_handle_cache_info_command()
return armv4_5_handle_cache_info_command(CMD,
arm926ejs.c:735arm926ejs_handle_cache_info_command()
return armv4_5_handle_cache_info_command(CMD, &arm926ejs->armv4_5_mmu.armv4_5_cache);
xscale.c:3106xscale_handle_cache_info_command()
return armv4_5_handle_cache_info_command(CMD, &xscale->armv4_5_mmu.armv4_5_cache);

Call Tree

Functions calling armv4_5_handle_cache_info_command()
Functions called by armv4_5_handle_cache_info_command()
armv4_5_handle_cache_info_command()
all items filtered out