OpenOCD
armv8_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
armv8_cache_common
armv8_cache_common struct
Syntax
Show:
Summary
Declaration
from
armv8.h:153
struct
armv8_cache_common
{
int
info
;
int
loc
;
uint32_t
iminline
;
uint32_t
dminline
;
struct
armv8_arch_cache
arch
[
6
]
;
int
i_cache_enabled
;
int
d_u_cache_enabled
;
void
*
l2_cache
;
int
(
*
flush_all_data_cache
)
(
struct
target
*
target
)
;
int
(
*
display_cache_info
)
(
struct
command_invocation
*
cmd
,
struct
armv8_cache_common
*
armv8_cache
)
;
}
;
Fields
Field
Declared as
armv8_cache_common::info
int
armv8_cache_common::loc
int
armv8_cache_common::iminline
uint32_t
armv8_cache_common::dminline
uint32_t
armv8_cache_common::arch
struct
armv8_arch_cache
[
6
]
armv8_cache_common::i_cache_enabled
int
armv8_cache_common::d_u_cache_enabled
int
armv8_cache_common::l2_cache
void
*
armv8_cache_common::flush_all_data_cache
int
(
*
)
(
struct
target
*
target
)
armv8_cache_common::display_cache_info
int
(
*
)
(
struct
command_invocation
*
cmd
,
struct
armv8_cache_common
*
armv8_cache
)
Related Functions
Found 2 other functions taking a
armv8_cache_common
argument:
Function
armv8_handle_cache_info_command()
armv8_handle_inner_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