OpenOCD
armv7a_cache_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
armv7a_cache_common
armv7a_cache_common struct
Syntax
Show:
Summary
Declaration
from
armv7a.h:60
struct
armv7a_cache_common
{
int
info
;
int
loc
;
uint32_t
dminline
;
uint32_t
iminline
;
struct
armv7a_arch_cache
arch
[
6
]
;
int
i_cache_enabled
;
int
d_u_cache_enabled
;
void
*
outer_cache
;
int
(
*
flush_all_data_cache
)
(
struct
target
*
target
)
;
}
;
Fields
Field
Declared as
armv7a_cache_common::info
int
armv7a_cache_common::loc
int
armv7a_cache_common::dminline
uint32_t
armv7a_cache_common::iminline
uint32_t
armv7a_cache_common::arch
struct
armv7a_arch_cache
[
6
]
armv7a_cache_common::i_cache_enabled
int
armv7a_cache_common::d_u_cache_enabled
int
armv7a_cache_common::outer_cache
void
*
armv7a_cache_common::flush_all_data_cache
int
(
*
)
(
struct
target
*
target
)
Related Functions
Found 2 other functions taking a
armv7a_cache_common
argument:
Function
armv7a_handle_cache_info_command()
arm7a_handle_l2x_cache_info_command()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out