or1k_to_du() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

or1k_to_du() function

Syntax

static inline struct or1k_du *or1k_to_du(struct or1k_common *or1k);

Arguments

or1k

References

LocationReferrerText
or1k_du.h:57
static inline struct or1k_du *or1k_to_du(struct or1k_common *or1k)
or1k.c:332or1k_save_context()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:366or1k_restore_context()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:404or1k_read_core_reg()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:469or1k_set_core_reg()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:568or1k_halt()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:606or1k_is_cpu_running()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:712or1k_assert_reset()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:728or1k_deassert_reset()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:744or1k_soft_reset_halt()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:783or1k_resume_or_step()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:912or1k_add_breakpoint()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:971or1k_remove_breakpoint()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:1024or1k_read_memory()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:1051or1k_write_memory()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:1078or1k_init_target()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:1124or1k_examine()
struct or1k_du *du_core = or1k_to_du(or1k);
or1k.c:1208or1k_profiling()
struct or1k_du *du_core = or1k_to_du(or1k);