Home
last modified time | relevance | path

Searched defs:sd (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/netbsd/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c494 do_trace_output_flush (SIM_DESC sd) in do_trace_output_flush()
554 trace_output_void (SIM_DESC sd) in trace_output_void()
564 trace_output_flag (SIM_DESC sd) in trace_output_flag()
639 OP_200 (SIM_DESC sd, SIM_CPU *cpu) in OP_200()
808 OP_201 (SIM_DESC sd, SIM_CPU *cpu) in OP_201()
825 OP_C00 (SIM_DESC sd, SIM_CPU *cpu) in OP_C00()
845 OP_C01 (SIM_DESC sd, SIM_CPU *cpu) in OP_C01()
876 OP_A01 (SIM_DESC sd, SIM_CPU *cpu) in OP_A01()
945 OP_801 (SIM_DESC sd, SIM_CPU *cpu) in OP_801()
2956 OP_0 (SIM_DESC sd, SIM_CPU *cpu) in OP_0()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/d10v/
H A Dsimops.c494 do_trace_output_flush (SIM_DESC sd) in do_trace_output_flush()
554 trace_output_void (SIM_DESC sd) in trace_output_void()
564 trace_output_flag (SIM_DESC sd) in trace_output_flag()
639 OP_200 (SIM_DESC sd, SIM_CPU *cpu) in OP_200()
808 OP_201 (SIM_DESC sd, SIM_CPU *cpu) in OP_201()
825 OP_C00 (SIM_DESC sd, SIM_CPU *cpu) in OP_C00()
845 OP_C01 (SIM_DESC sd, SIM_CPU *cpu) in OP_C01()
876 OP_A01 (SIM_DESC sd, SIM_CPU *cpu) in OP_A01()
945 OP_801 (SIM_DESC sd, SIM_CPU *cpu) in OP_801()
2956 OP_0 (SIM_DESC sd, SIM_CPU *cpu) in OP_0()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-io.c50 sim_io_init (SIM_DESC sd) in sim_io_init()
57 sim_io_shutdown (SIM_DESC sd) in sim_io_shutdown()
64 sim_io_unlink (SIM_DESC sd, in sim_io_unlink()
72 sim_io_time (SIM_DESC sd, in sim_io_time()
87 sim_io_rename (SIM_DESC sd, in sim_io_rename()
168 sim_io_write (SIM_DESC sd, in sim_io_write()
207 sim_io_open (SIM_DESC sd, in sim_io_open()
216 sim_io_lseek (SIM_DESC sd, in sim_io_lseek()
226 sim_io_isatty (SIM_DESC sd, in sim_io_isatty()
241 sim_io_close (SIM_DESC sd, in sim_io_close()
[all …]
H A Dsim-base.h102 # define STATE_CPU(sd, n) ((sd)->cpu[n]) argument
104 # define STATE_CPU(sd, n) ((sd)->cpu[0]) argument
112 #define STATE_MY_NAME(sd) ((sd)->base.my_name) argument
134 #define STATE_MODULES(sd) ((sd)->base.modules) argument
154 #define STATE_TARGET(sd) ((sd)->base.target) argument
192 #define STATE_CORE(sd) (&(sd)->base.core) argument
196 #define STATE_MEMOPT(sd) ((sd)->base.memopt) argument
200 #define STATE_EVENTS(sd) (&(sd)->base.events) argument
205 #define STATE_ENGINE(sd) (&(sd)->base.engine) argument
213 #define STATE_HW(sd) ((sd)->base.hw) argument
[all …]
H A Dsim-engine.c31 sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc) in sim_engine_get_run_state()
44 sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc) in sim_engine_set_run_state()
55 sim_engine_halt (SIM_DESC sd, in sim_engine_halt()
92 sim_engine_restart (SIM_DESC sd, in sim_engine_restart()
115 sim_engine_vabort (SIM_DESC sd, in sim_engine_vabort()
144 sim_engine_abort (SIM_DESC sd, in sim_engine_abort()
161 sim_engine_last_cpu_nr (SIM_DESC sd) in sim_engine_last_cpu_nr()
171 sim_engine_next_cpu_nr (SIM_DESC sd) in sim_engine_next_cpu_nr()
181 sim_engine_nr_cpus (SIM_DESC sd) in sim_engine_nr_cpus()
193 sim_engine_init (SIM_DESC sd) in sim_engine_init()
[all …]
H A Dsim-module.c74 sim_pre_argv_init (SIM_DESC sd, const char *myname) in sim_pre_argv_init()
105 sim_post_argv_init (SIM_DESC sd) in sim_post_argv_init()
128 sim_module_install (SIM_DESC sd) in sim_module_install()
152 sim_module_init (SIM_DESC sd) in sim_module_init()
171 sim_module_resume (SIM_DESC sd) in sim_module_resume()
190 sim_module_suspend (SIM_DESC sd) in sim_module_suspend()
209 sim_module_uninstall (SIM_DESC sd) in sim_module_uninstall()
278 sim_module_info (SIM_DESC sd, int verbose) in sim_module_info()
296 sim_module_add_init_fn (SIM_DESC sd, MODULE_INIT_FN fn) in sim_module_add_init_fn()
318 sim_module_add_resume_fn (SIM_DESC sd, MODULE_RESUME_FN fn) in sim_module_add_resume_fn()
[all …]
H A Dsim-watch.c55 option_to_type (SIM_DESC sd, in option_to_type()
66 option_to_interrupt_nr (SIM_DESC sd, in option_to_interrupt_nr()
76 type_to_option (SIM_DESC sd, in type_to_option()
90 do_watchpoint_delete (SIM_DESC sd, in do_watchpoint_delete()
115 watchpoint_type_to_str (SIM_DESC sd, in watchpoint_type_to_str()
134 interrupt_nr_to_str (SIM_DESC sd, in interrupt_nr_to_str()
148 do_watchpoint_info (SIM_DESC sd) in do_watchpoint_info()
175 schedule_watchpoint (SIM_DESC sd, in schedule_watchpoint()
234 do_watchpoint_create (SIM_DESC sd, in do_watchpoint_create()
358 sim_watchpoint_init (SIM_DESC sd) in sim_watchpoint_init()
[all …]
H A Dsim-trace.c446 trace_install (SIM_DESC sd) in trace_install()
463 trace_init (SIM_DESC sd) in trace_init()
491 trace_uninstall (SIM_DESC sd) in trace_uninstall()
530 save_data (SIM_DESC sd, in save_data()
547 print_data (SIM_DESC sd, in print_data()
653 trace_results (SIM_DESC sd, in trace_results()
743 trace_prefix (SIM_DESC sd, in trace_prefix()
875 trace_generic (SIM_DESC sd, in trace_generic()
944 trace_input0 (SIM_DESC sd, in trace_input0()
1031 trace_input_fp1 (SIM_DESC sd, in trace_input_fp1()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-io.c50 sim_io_init (SIM_DESC sd) in sim_io_init()
57 sim_io_shutdown (SIM_DESC sd) in sim_io_shutdown()
64 sim_io_unlink (SIM_DESC sd, in sim_io_unlink()
72 sim_io_time (SIM_DESC sd, in sim_io_time()
87 sim_io_rename (SIM_DESC sd, in sim_io_rename()
168 sim_io_write (SIM_DESC sd, in sim_io_write()
207 sim_io_open (SIM_DESC sd, in sim_io_open()
216 sim_io_lseek (SIM_DESC sd, in sim_io_lseek()
226 sim_io_isatty (SIM_DESC sd, in sim_io_isatty()
241 sim_io_close (SIM_DESC sd, in sim_io_close()
[all …]
H A Dsim-base.h102 # define STATE_CPU(sd, n) ((sd)->cpu[n]) argument
104 # define STATE_CPU(sd, n) ((sd)->cpu[0]) argument
112 #define STATE_MY_NAME(sd) ((sd)->base.my_name) argument
134 #define STATE_MODULES(sd) ((sd)->base.modules) argument
154 #define STATE_TARGET(sd) ((sd)->base.target) argument
192 #define STATE_CORE(sd) (&(sd)->base.core) argument
196 #define STATE_MEMOPT(sd) ((sd)->base.memopt) argument
200 #define STATE_EVENTS(sd) (&(sd)->base.events) argument
205 #define STATE_ENGINE(sd) (&(sd)->base.engine) argument
213 #define STATE_HW(sd) ((sd)->base.hw) argument
[all …]
H A Dsim-engine.c31 sim_engine_get_run_state (SIM_DESC sd, enum sim_stop *reason, int *sigrc) in sim_engine_get_run_state()
44 sim_engine_set_run_state (SIM_DESC sd, enum sim_stop reason, int sigrc) in sim_engine_set_run_state()
55 sim_engine_halt (SIM_DESC sd, in sim_engine_halt()
92 sim_engine_restart (SIM_DESC sd, in sim_engine_restart()
115 sim_engine_vabort (SIM_DESC sd, in sim_engine_vabort()
144 sim_engine_abort (SIM_DESC sd, in sim_engine_abort()
161 sim_engine_last_cpu_nr (SIM_DESC sd) in sim_engine_last_cpu_nr()
171 sim_engine_next_cpu_nr (SIM_DESC sd) in sim_engine_next_cpu_nr()
181 sim_engine_nr_cpus (SIM_DESC sd) in sim_engine_nr_cpus()
193 sim_engine_init (SIM_DESC sd) in sim_engine_init()
[all …]
H A Dsim-module.c74 sim_pre_argv_init (SIM_DESC sd, const char *myname) in sim_pre_argv_init()
105 sim_post_argv_init (SIM_DESC sd) in sim_post_argv_init()
128 sim_module_install (SIM_DESC sd) in sim_module_install()
152 sim_module_init (SIM_DESC sd) in sim_module_init()
171 sim_module_resume (SIM_DESC sd) in sim_module_resume()
190 sim_module_suspend (SIM_DESC sd) in sim_module_suspend()
209 sim_module_uninstall (SIM_DESC sd) in sim_module_uninstall()
278 sim_module_info (SIM_DESC sd, int verbose) in sim_module_info()
296 sim_module_add_init_fn (SIM_DESC sd, MODULE_INIT_FN fn) in sim_module_add_init_fn()
318 sim_module_add_resume_fn (SIM_DESC sd, MODULE_RESUME_FN fn) in sim_module_add_resume_fn()
[all …]
H A Dsim-watch.c55 option_to_type (SIM_DESC sd, in option_to_type()
66 option_to_interrupt_nr (SIM_DESC sd, in option_to_interrupt_nr()
76 type_to_option (SIM_DESC sd, in type_to_option()
90 do_watchpoint_delete (SIM_DESC sd, in do_watchpoint_delete()
115 watchpoint_type_to_str (SIM_DESC sd, in watchpoint_type_to_str()
134 interrupt_nr_to_str (SIM_DESC sd, in interrupt_nr_to_str()
148 do_watchpoint_info (SIM_DESC sd) in do_watchpoint_info()
175 schedule_watchpoint (SIM_DESC sd, in schedule_watchpoint()
234 do_watchpoint_create (SIM_DESC sd, in do_watchpoint_create()
358 sim_watchpoint_init (SIM_DESC sd) in sim_watchpoint_init()
[all …]
H A Dsim-trace.c446 trace_install (SIM_DESC sd) in trace_install()
463 trace_init (SIM_DESC sd) in trace_init()
491 trace_uninstall (SIM_DESC sd) in trace_uninstall()
530 save_data (SIM_DESC sd, in save_data()
547 print_data (SIM_DESC sd, in print_data()
653 trace_results (SIM_DESC sd, in trace_results()
743 trace_prefix (SIM_DESC sd, in trace_prefix()
875 trace_generic (SIM_DESC sd, in trace_generic()
944 trace_input0 (SIM_DESC sd, in trace_input0()
1031 trace_input_fp1 (SIM_DESC sd, in trace_input_fp1()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/cr16/
H A Dsimops.c451 do_trace_output_flush (SIM_DESC sd) in do_trace_output_flush()
513 trace_output_void (SIM_DESC sd) in trace_output_void()
523 trace_output_flag (SIM_DESC sd) in trace_output_flag()
545 OP_2C_8 (SIM_DESC sd, SIM_CPU *cpu) in OP_2C_8()
570 OP_2D_8 (SIM_DESC sd, SIM_CPU *cpu) in OP_2D_8()
826 OP_4_8 (SIM_DESC sd, SIM_CPU *cpu) in OP_4_8()
841 OP_2_C (SIM_DESC sd, SIM_CPU *cpu) in OP_2_C()
922 OP_4_C (SIM_DESC sd, SIM_CPU *cpu) in OP_4_C()
944 OP_5_C (SIM_DESC sd, SIM_CPU *cpu) in OP_5_C()
966 OP_6_C (SIM_DESC sd, SIM_CPU *cpu) in OP_6_C()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/cr16/
H A Dsimops.c451 do_trace_output_flush (SIM_DESC sd) in do_trace_output_flush()
513 trace_output_void (SIM_DESC sd) in trace_output_void()
523 trace_output_flag (SIM_DESC sd) in trace_output_flag()
545 OP_2C_8 (SIM_DESC sd, SIM_CPU *cpu) in OP_2C_8()
570 OP_2D_8 (SIM_DESC sd, SIM_CPU *cpu) in OP_2D_8()
826 OP_4_8 (SIM_DESC sd, SIM_CPU *cpu) in OP_4_8()
841 OP_2_C (SIM_DESC sd, SIM_CPU *cpu) in OP_2_C()
922 OP_4_C (SIM_DESC sd, SIM_CPU *cpu) in OP_4_C()
944 OP_5_C (SIM_DESC sd, SIM_CPU *cpu) in OP_5_C()
966 OP_6_C (SIM_DESC sd, SIM_CPU *cpu) in OP_6_C()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c62 h8_get_pc (SIM_DESC sd) in h8_get_pc()
74 h8_get_ccr (SIM_DESC sd) in h8_get_ccr()
86 h8_get_exr (SIM_DESC sd) in h8_get_exr()
98 h8_get_sbr (SIM_DESC sd) in h8_get_sbr()
110 h8_get_vbr (SIM_DESC sd) in h8_get_vbr()
134 h8_get_mask (SIM_DESC sd) in h8_get_mask()
182 h8_get_insts (SIM_DESC sd) in h8_get_insts()
194 h8_get_ticks (SIM_DESC sd) in h8_get_ticks()
206 h8_get_mach (SIM_DESC sd) in h8_get_mach()
218 h8_get_macl (SIM_DESC sd) in h8_get_macl()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c62 h8_get_pc (SIM_DESC sd) in h8_get_pc()
74 h8_get_ccr (SIM_DESC sd) in h8_get_ccr()
86 h8_get_exr (SIM_DESC sd) in h8_get_exr()
98 h8_get_sbr (SIM_DESC sd) in h8_get_sbr()
110 h8_get_vbr (SIM_DESC sd) in h8_get_vbr()
134 h8_get_mask (SIM_DESC sd) in h8_get_mask()
182 h8_get_insts (SIM_DESC sd) in h8_get_insts()
194 h8_get_ticks (SIM_DESC sd) in h8_get_ticks()
206 h8_get_mach (SIM_DESC sd) in h8_get_mach()
218 h8_get_macl (SIM_DESC sd) in h8_get_macl()
[all …]
/netbsd/sys/kern/
H A Dsubr_specificdata.c99 specificdata_container_link(specificdata_domain_t sd, in specificdata_container_link()
107 specificdata_container_unlink(specificdata_domain_t sd, in specificdata_container_unlink()
115 specificdata_destroy_datum(specificdata_domain_t sd, in specificdata_destroy_datum()
153 specificdata_domain_t sd; in specificdata_domain_create() local
167 specificdata_domain_delete(specificdata_domain_t sd) in specificdata_domain_delete()
180 specificdata_key_create(specificdata_domain_t sd, specificdata_key_t *keyp, in specificdata_key_create()
229 specificdata_key_delete(specificdata_domain_t sd, specificdata_key_t key) in specificdata_key_delete()
258 specificdata_init(specificdata_domain_t sd, specificdata_reference *ref) in specificdata_init()
277 specificdata_fini(specificdata_domain_t sd, specificdata_reference *ref) in specificdata_fini()
335 specificdata_getspecific_unlocked(specificdata_domain_t sd, in specificdata_getspecific_unlocked()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/m32c/
H A Dgdb-if.c93 check_desc (SIM_DESC sd) in check_desc()
100 sim_close (SIM_DESC sd, int quitting) in sim_close()
132 sim_load (SIM_DESC sd, const char *prog, struct bfd * abfd, int from_tty) in sim_load()
147 sim_create_inferior (SIM_DESC sd, struct bfd * abfd, in sim_create_inferior()
159 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
580 sim_resume (SIM_DESC sd, int step, int sig_to_deliver) in sim_resume()
632 sim_stop (SIM_DESC sd) in sim_stop()
640 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason()
649 sim_do_command (SIM_DESC sd, const char *cmd) in sim_do_command()
705 sim_complete_command (SIM_DESC sd, const char *text, const char *word) in sim_complete_command()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/rl78/
H A Dgdb-if.c129 check_desc (SIM_DESC sd) in check_desc()
138 sim_close (SIM_DESC sd, int quitting) in sim_close()
174 sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty) in sim_load()
191 sim_create_inferior (SIM_DESC sd, struct bfd *abfd, in sim_create_inferior()
205 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
391 sim_info (SIM_DESC sd, int verbose) in sim_info()
470 sim_resume (SIM_DESC sd, int step, int sig_to_deliver) in sim_resume()
512 sim_stop (SIM_DESC sd) in sim_stop()
522 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason()
534 sim_do_command (SIM_DESC sd, const char *cmd) in sim_do_command()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/m32c/
H A Dgdb-if.c93 check_desc (SIM_DESC sd) in check_desc()
100 sim_close (SIM_DESC sd, int quitting) in sim_close()
132 sim_load (SIM_DESC sd, const char *prog, struct bfd * abfd, int from_tty) in sim_load()
147 sim_create_inferior (SIM_DESC sd, struct bfd * abfd, in sim_create_inferior()
159 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
580 sim_resume (SIM_DESC sd, int step, int sig_to_deliver) in sim_resume()
632 sim_stop (SIM_DESC sd) in sim_stop()
640 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason()
649 sim_do_command (SIM_DESC sd, const char *cmd) in sim_do_command()
705 sim_complete_command (SIM_DESC sd, const char *text, const char *word) in sim_complete_command()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/rl78/
H A Dgdb-if.c129 check_desc (SIM_DESC sd) in check_desc()
138 sim_close (SIM_DESC sd, int quitting) in sim_close()
174 sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty) in sim_load()
191 sim_create_inferior (SIM_DESC sd, struct bfd *abfd, in sim_create_inferior()
205 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
391 sim_info (SIM_DESC sd, int verbose) in sim_info()
470 sim_resume (SIM_DESC sd, int step, int sig_to_deliver) in sim_resume()
512 sim_stop (SIM_DESC sd) in sim_stop()
522 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason_p, int *sigrc_p) in sim_stop_reason()
534 sim_do_command (SIM_DESC sd, const char *cmd) in sim_do_command()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/erc32/
H A Dinterf.c266 sim_close(sd, quitting) in sim_close() argument
277 sim_load(sd, prog, abfd, from_tty) in sim_load() argument
288 sim_create_inferior(sd, abfd, argv, env) in sim_create_inferior() argument
307 sim_store_register(sd, regno, value, length) in sim_store_register() argument
323 sim_fetch_register(sd, regno, buf, length) in sim_fetch_register() argument
345 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
356 sim_info(sd, verbose) in sim_info() argument
366 sim_stop_reason(sd, reason, sigrc) in sim_stop_reason() argument
447 sim_resume(SIM_DESC sd, int step, int siggnal) in sim_resume()
455 sim_do_command(sd, cmd) in sim_do_command() argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/erc32/
H A Dinterf.c266 sim_close(sd, quitting) in sim_close() argument
277 sim_load(sd, prog, abfd, from_tty) in sim_load() argument
288 sim_create_inferior(sd, abfd, argv, env) in sim_create_inferior() argument
307 sim_store_register(sd, regno, value, length) in sim_store_register() argument
323 sim_fetch_register(sd, regno, buf, length) in sim_fetch_register() argument
345 sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length) in sim_read()
356 sim_info(sd, verbose) in sim_info() argument
366 sim_stop_reason(sd, reason, sigrc) in sim_stop_reason() argument
447 sim_resume(SIM_DESC sd, int step, int siggnal) in sim_resume()
455 sim_do_command(sd, cmd) in sim_do_command() argument
[all …]

12345678910>>...25