Home
last modified time | relevance | path

Searched defs:or1k (Results 1 – 2 of 2) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k.c237 struct or1k_common *or1k = target_to_or1k(target); in or1k_add_reg() local
255 struct or1k_common *or1k = target_to_or1k(target); in or1k_create_reg_list() local
342 struct or1k_common *or1k = target_to_or1k(target); in or1k_save_context() local
376 struct or1k_common *or1k = target_to_or1k(target); in or1k_restore_context() local
414 struct or1k_common *or1k = target_to_or1k(target); in or1k_read_core_reg() local
446 struct or1k_common *or1k = target_to_or1k(target); in or1k_write_core_reg() local
479 struct or1k_common *or1k = target_to_or1k(target); in or1k_set_core_reg() local
512 struct or1k_common *or1k = target_to_or1k(target); in or1k_build_reg_cache() local
565 struct or1k_common *or1k = target_to_or1k(target); in or1k_debug_entry() local
578 struct or1k_common *or1k = target_to_or1k(target); in or1k_halt() local
[all …]
H A Dor1k_du.h68 static inline struct or1k_du *or1k_to_du(struct or1k_common *or1k) in or1k_to_du()