OpenOCD
|
Data Fields | |
int | ctype |
int | d_u_cache_enabled |
struct armv4_5_cachesize | d_u_size |
int | i_cache_enabled |
struct armv4_5_cachesize | i_size |
int | separate |
Definition at line 22 of file armv4_5_cache.h.
int armv4_5_cache_common::ctype |
Definition at line 23 of file armv4_5_cache.h.
Referenced by arm720t_init_arch_info(), arm920t_init_arch_info(), arm920t_post_debug_entry(), arm926ejs_init_arch_info(), arm926ejs_post_debug_entry(), armv4_5_handle_cache_info_command(), armv4_5_identify_cache(), fa526_init_arch_info(), xscale_debug_entry(), and xscale_init_arch_info().
int armv4_5_cache_common::d_u_cache_enabled |
Definition at line 28 of file armv4_5_cache.h.
Referenced by arm720t_arch_state(), arm720t_post_debug_entry(), arm720t_read_memory(), arm720t_soft_reset_halt(), arm920t_arch_state(), arm920t_post_debug_entry(), arm920t_soft_reset_halt(), arm920t_write_memory(), arm926ejs_arch_state(), arm926ejs_post_debug_entry(), arm926ejs_soft_reset_halt(), arm926ejs_write_memory(), armv4_5_mmu_read_physical(), armv4_5_mmu_write_physical(), COMMAND_HANDLER(), xscale_arch_state(), and xscale_debug_entry().
struct armv4_5_cachesize armv4_5_cache_common::d_u_size |
Definition at line 24 of file armv4_5_cache.h.
Referenced by armv4_5_handle_cache_info_command(), armv4_5_identify_cache(), and COMMAND_HANDLER().
int armv4_5_cache_common::i_cache_enabled |
Definition at line 27 of file armv4_5_cache.h.
Referenced by arm720t_post_debug_entry(), arm720t_soft_reset_halt(), arm920t_arch_state(), arm920t_post_debug_entry(), arm920t_soft_reset_halt(), arm920t_write_memory(), arm926ejs_arch_state(), arm926ejs_post_debug_entry(), arm926ejs_soft_reset_halt(), arm926ejs_write_memory(), armv4_5_mmu_read_physical(), armv4_5_mmu_write_physical(), COMMAND_HANDLER(), xscale_arch_state(), and xscale_debug_entry().
struct armv4_5_cachesize armv4_5_cache_common::i_size |
Definition at line 24 of file armv4_5_cache.h.
Referenced by armv4_5_handle_cache_info_command(), and armv4_5_identify_cache().
int armv4_5_cache_common::separate |
Definition at line 24 of file armv4_5_cache.h.
Referenced by armv4_5_handle_cache_info_command(), and armv4_5_identify_cache().