OpenOCD
esirisc_has_cache()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esirisc_has_cache()
esirisc_has_cache() function
Syntax
Show:
Summary
Declaration
from
esirisc.h:119
static
inline
bool
esirisc_has_cache
(
struct
esirisc_common
*
esirisc
)
;
Arguments
Argument
esirisc
Related Functions
Found 2 other functions taking a
esirisc_common
argument:
Function
esirisc_cache_arch_name()
esirisc_wait_debug_active()
Examples
References
from
examples
Code
Location
Referrer
static
inline
bool
esirisc_has_cache
(
struct
esirisc_common
*
esirisc
)
esirisc.h:119
if
(
esirisc_has_cache
(
esirisc
)
)
esirisc.c:881
esirisc_resume_or_step()
if
(
esirisc_has_cache
(
esirisc
)
)
esirisc.c:1041
esirisc_debug_entry()
if
(
!
esirisc_has_cache
(
esirisc
)
)
{
esirisc.c:1726
handle_esirisc_flush_caches_command()
Call Tree
from
examples
esirisc_has_cache()
is called by 3 functions:
esirisc_resume_or_step()
esirisc_debug_entry()
handle_esirisc_flush_caches_command()
All items filtered out
esirisc_has_cache()
All items filtered out
Data Use
from
examples
esirisc_has_cache()
reads 2 variables:
esirisc_common::has_icache
esirisc_common::has_dcache
All items filtered out
esirisc_has_cache()
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