OpenOCD
|
Data Fields | |
struct armv7a_arch_cache | arch [6] |
int | auto_cache_enabled |
int | d_u_cache_enabled |
uint32_t | dminline |
int(* | flush_all_data_cache )(struct target *target) |
int | i_cache_enabled |
uint32_t | iminline |
int | info |
int | loc |
void * | outer_cache |
struct armv7a_arch_cache armv7a_cache_common::arch[6] |
Definition at line 64 of file armv7a.h.
Referenced by armv7a_handle_cache_info_command(), armv7a_identify_cache(), and armv7a_l1_d_cache_clean_inval_all().
int armv7a_cache_common::auto_cache_enabled |
Definition at line 68 of file armv7a.h.
Referenced by armv7a_cache_auto_flush_all_data(), armv7a_cache_auto_flush_on_write(), armv7a_init_arch_info(), cortex_a_set_breakpoint(), and cortex_a_unset_breakpoint().
int armv7a_cache_common::d_u_cache_enabled |
Definition at line 67 of file armv7a.h.
Referenced by armv7a_arch_state(), armv7a_l1_d_cache_sanity_check(), and cortex_a_post_debug_entry().
uint32_t armv7a_cache_common::dminline |
Definition at line 63 of file armv7a.h.
Referenced by armv7a_identify_cache(), armv7a_l1_d_cache_clean_virt(), armv7a_l1_d_cache_flush_virt(), and armv7a_l1_d_cache_inval_virt().
Definition at line 72 of file armv7a.h.
Referenced by armv7a_identify_cache(), and armv7a_init_arch_info().
int armv7a_cache_common::i_cache_enabled |
Definition at line 66 of file armv7a.h.
Referenced by armv7a_arch_state(), armv7a_l1_i_cache_sanity_check(), and cortex_a_post_debug_entry().
uint32_t armv7a_cache_common::iminline |
Definition at line 64 of file armv7a.h.
Referenced by armv7a_identify_cache(), and armv7a_l1_i_cache_inval_virt().
int armv7a_cache_common::info |
Definition at line 61 of file armv7a.h.
Referenced by arm7a_handle_l2x_cache_info_command(), armv7a_handle_cache_info_command(), armv7a_identify_cache(), armv7a_init_arch_info(), and cortex_a_post_debug_entry().
int armv7a_cache_common::loc |
Definition at line 62 of file armv7a.h.
Referenced by armv7a_handle_cache_info_command(), armv7a_identify_cache(), and armv7a_l1_d_cache_clean_inval_all().
void* armv7a_cache_common::outer_cache |
Definition at line 71 of file armv7a.h.
Referenced by arm7a_handle_l2x_cache_info_command(), arm7a_l2x_flush_all_data(), arm7a_l2x_sanity_check(), armv7a_handle_cache_info_command(), armv7a_init_arch_info(), armv7a_l2x_cache_clean_virt(), armv7a_l2x_cache_flush_virt(), armv7a_l2x_cache_init(), and armv7a_l2x_cache_inval_virt().