OpenOCD
|
Data Fields | |
uint32_t | associativity |
uint32_t | cachesize |
uint32_t | index |
uint32_t | index_shift |
uint32_t | level_num |
uint32_t | linelen |
uint32_t | nsets |
uint32_t | way |
uint32_t | way_shift |
uint32_t armv8_cachesize::associativity |
Definition at line 132 of file armv8.h.
Referenced by armv8_handle_inner_cache_info_command(), and armv8_identify_cache().
uint32_t armv8_cachesize::cachesize |
Definition at line 134 of file armv8.h.
Referenced by armv8_handle_inner_cache_info_command(), and armv8_identify_cache().
uint32_t armv8_cachesize::index |
Definition at line 136 of file armv8.h.
Referenced by armv8_identify_cache().
uint32_t armv8_cachesize::index_shift |
Definition at line 137 of file armv8.h.
Referenced by armv8_identify_cache().
uint32_t armv8_cachesize::linelen |
Definition at line 131 of file armv8.h.
Referenced by armv8_handle_inner_cache_info_command(), and armv8_identify_cache().
uint32_t armv8_cachesize::nsets |
Definition at line 133 of file armv8.h.
Referenced by armv8_handle_inner_cache_info_command().
uint32_t armv8_cachesize::way |
Definition at line 138 of file armv8.h.
Referenced by armv8_identify_cache().
uint32_t armv8_cachesize::way_shift |
Definition at line 139 of file armv8.h.
Referenced by armv8_identify_cache().