OpenOCD
riscv_info::expose_custom
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
riscv_info::expose_custom
riscv_info::expose_custom field
Syntax
Show:
Summary
Declaration
from
riscv.h:225
struct
list_head
expose_custom
;
Examples
References
from
examples
Code
Location
Referrer
struct
list_head
expose_custom
;
riscv.h:225
list_for_each_entry_safe
(
entry
,
tmp
,
&
info
->
expose_custom
,
list
)
{
riscv.c:510
riscv_deinit_target()
ret
=
parse_ranges
(
&
info
->
expose_custom
,
CMD_ARGV
[
i
]
,
"custom"
,
0x3fff
)
;
riscv.c:2587
riscv_set_expose_custom()
INIT_LIST_HEAD
(
&
r
->
expose_custom
)
;
riscv.c:3146
riscv_info_init()
if
(
!
list_empty
(
&
info
->
expose_custom
)
)
{
riscv.c:3802
riscv_init_registers()
list_for_each_entry
(
entry
,
&
info
->
expose_custom
,
list
)
riscv.c:3804
riscv_init_registers()
range_list_t
*
range
=
list_first_entry
(
&
info
->
expose_custom
,
range_list_t
,
list
)
;
riscv.c:4377
riscv_init_registers()
list_rotate_left
(
&
info
->
expose_custom
)
;
riscv.c:4401
riscv_init_registers()
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