Home
last modified time | relevance | path

Searched defs:nds32 (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dnds32.h237 struct nds32 { struct
242 struct nds32_edm edm; argument
257 int (*full_context)(struct nds32 *nds32); argument
286 bool hit_syscall;
300 bool global_stop;
319 char *edm_passcode;
322 int privilege_level;
325 uint32_t boot_time;
334 bool audio_enable;
337 bool fpu_enable;
[all …]
H A Dnds32.c78 struct nds32 *nds32 = target_to_nds32(target); in nds32_get_core_reg() local
128 struct nds32 *nds32 = target_to_nds32(target); in nds32_get_core_reg_64() local
161 static int nds32_update_psw(struct nds32 *nds32) in nds32_update_psw()
295 struct nds32 *nds32 = target_to_nds32(target); in nds32_set_core_reg() local
396 struct nds32 *nds32) in nds32_build_reg_cache()
508 int nds32_full_context(struct nds32 *nds32) in nds32_full_context()
1568 int nds32_edm_config(struct nds32 *nds32) in nds32_edm_config()
1607 int nds32_config(struct nds32 *nds32) in nds32_config()
1986 int nds32_login(struct nds32 *nds32) in nds32_login()
2302 int nds32_init(struct nds32 *nds32) in nds32_init()
[all …]
H A Dnds32_cmd.c46 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
69 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
102 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
158 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
232 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
287 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
352 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
379 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
404 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
429 struct nds32 *nds32 = target_to_nds32(target); in COMMAND_HANDLER() local
[all …]
H A Dnds32_disassembler.c29 int nds32_read_opcode(struct nds32 *nds32, uint32_t address, uint32_t *value) in nds32_read_opcode()
105 static int nds32_parse_group_0_insn(struct nds32 *nds32, uint32_t opcode, in nds32_parse_group_0_insn()
225 static int nds32_parse_group_1_insn(struct nds32 *nds32, uint32_t opcode, in nds32_parse_group_1_insn()
344 static int nds32_parse_group_2_insn(struct nds32 *nds32, uint32_t opcode, in nds32_parse_group_2_insn()
944 static int nds32_calculate_lsmw_access_range(struct nds32 *nds32, in nds32_calculate_lsmw_access_range()
2282 static int nds32_parse_group_4_insn(struct nds32 *nds32, uint32_t opcode, in nds32_parse_group_4_insn()
2546 static int nds32_parse_group_5_insn(struct nds32 *nds32, uint32_t opcode, in nds32_parse_group_5_insn()
2654 static int nds32_parse_group_6_insn(struct nds32 *nds32, uint32_t opcode, in nds32_parse_group_6_insn()
2858 static int nds32_parse_group_0_insn_16(struct nds32 *nds32, uint16_t opcode, in nds32_parse_group_0_insn_16()
3107 static int nds32_parse_group_1_insn_16(struct nds32 *nds32, uint16_t opcode, in nds32_parse_group_1_insn_16()
[all …]
H A Dnds32_v2.c216 struct nds32 *nds32 = &(nds32_v2->nds32); in nds32_v2_check_interrupt_stack() local
270 struct nds32 *nds32 = &(nds32_v2->nds32); in nds32_v2_restore_interrupt_stack() local
419 struct nds32 *nds32 = &(nds32_v2->nds32); in nds32_v2_add_breakpoint() local
533 struct nds32 *nds32 = target_to_nds32(target); in nds32_v2_hit_watchpoint() local
598 struct nds32 *nds32 = target_to_nds32(target); in nds32_v2_init_target() local
609 struct nds32 *nds32 = &(nds32_v2->nds32); in nds32_v2_examine() local
640 struct nds32 *nds32 = target_to_nds32(target); in nds32_v2_translate_address() local
662 struct nds32 *nds32 = target_to_nds32(target); in nds32_v2_read_buffer() local
682 struct nds32 *nds32 = target_to_nds32(target); in nds32_v2_write_buffer() local
702 struct nds32 *nds32 = target_to_nds32(target); in nds32_v2_read_memory() local
[all …]
H A Dnds32_v3_common.c32 static int nds32_v3_register_mapping(struct nds32 *nds32, int reg_no) in nds32_v3_register_mapping()
40 static int nds32_v3_get_debug_reason(struct nds32 *nds32, uint32_t *reason) in nds32_v3_get_debug_reason()
56 static int nds32_v3_debug_entry(struct nds32 *nds32, bool enable_watchpoint) in nds32_v3_debug_entry()
219 static int nds32_v3_get_exception_address(struct nds32 *nds32, in nds32_v3_get_exception_address()
389 struct nds32 *nds32 = target_to_nds32(target); in nds32_v3_hit_watchpoint() local
417 int nds32_v3_target_create_common(struct target *target, struct nds32 *nds32) in nds32_v3_target_create_common()
450 struct nds32 *nds32 = target_to_nds32(target); in nds32_v3_read_buffer() local
508 struct nds32 *nds32 = target_to_nds32(target); in nds32_v3_write_buffer() local
570 struct nds32 *nds32 = target_to_nds32(target); in nds32_v3_read_memory() local
628 struct nds32 *nds32 = target_to_nds32(target); in nds32_v3_write_memory() local
[all …]
H A Dnds32_v3.c191 static int nds32_v3_check_interrupt_stack(struct nds32 *nds32) in nds32_v3_check_interrupt_stack()
211 static int nds32_v3_restore_interrupt_stack(struct nds32 *nds32) in nds32_v3_restore_interrupt_stack()
258 struct nds32 *nds32 = &(nds32_v3->nds32); in nds32_v3_deassert_reset() local
287 struct nds32 *nds32 = &(nds32_v3->nds32); in nds32_v3_add_breakpoint() local
434 struct nds32 *nds32 = &(nds32_v3->nds32); in nds32_v3_examine() local
H A Dnds32_tlb.c25 int nds32_probe_tlb(struct nds32 *nds32, const target_addr_t virtual_address, in nds32_probe_tlb()
41 int nds32_walk_page_table(struct nds32 *nds32, const target_addr_t virtual_address, in nds32_walk_page_table()
H A Dnds32_v3m.c187 static int nds32_v3m_check_interrupt_stack(struct nds32 *nds32) in nds32_v3m_check_interrupt_stack()
206 static int nds32_v3m_restore_interrupt_stack(struct nds32 *nds32) in nds32_v3m_restore_interrupt_stack()
244 struct nds32 *nds32 = &(nds32_v3m->nds32); in nds32_v3m_add_breakpoint() local
409 struct nds32 *nds32 = &(nds32_v3m->nds32); in nds32_v3m_examine() local
H A Dnds32_v2.h25 struct nds32 nds32; member
H A Dnds32_v3.h25 struct nds32 nds32; member
H A Dnds32_v3m.h25 struct nds32 nds32; member
/dports/lang/gcc9/gcc-9.4.0/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc10/gcc-10.3.0/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/nds32/
H A Dnds32-relax-opt.c55 using namespace nds32; variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.c343 using namespace nds32; variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.c343 using namespace nds32; variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.c343 using namespace nds32; variable

12