Searched refs:processor (Results 1 - 25 of 194) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dcpu.c52 /* the system this processor is contained within */
89 cpu *processor = ZALLOC(cpu); local
92 processor->physical = memory;
93 processor->virtual = vm_create(memory);
94 processor->instruction_map = vm_create_instruction_map(processor->virtual);
95 processor->data_map = vm_create_data_map(processor->virtual);
98 processor->model_ptr = model_create (processor);
113 cpu_init(cpu *processor) argument
127 cpu_system(cpu *processor) argument
134 cpu_nr(cpu *processor) argument
141 cpu_monitor(cpu *processor) argument
148 cpu_os_emulation(cpu *processor) argument
155 cpu_model(cpu *processor) argument
165 cpu_set_program_counter(cpu *processor, unsigned_word new_program_counter) argument
181 cpu_restart(cpu *processor, unsigned_word nia) argument
191 cpu_halt(cpu *processor, unsigned_word nia, stop_reason reason, int signal) argument
205 cpu_error(cpu *processor, unsigned_word cia, const char *fmt, ...) argument
245 cpu_set_time_base(cpu *processor, signed64 time_base) argument
264 cpu *processor = (cpu*)data; local
271 cpu_set_decrementer(cpu *processor, signed32 decrementer) argument
296 cpu_icache_entry(cpu *processor, unsigned_word cia) argument
305 cpu_flush_icache(cpu *processor) argument
319 cpu_instruction_map(cpu *processor) argument
326 cpu_data_map(cpu *processor) argument
333 cpu_page_tlb_invalidate_entry(cpu *processor, unsigned_word ea) argument
341 cpu_page_tlb_invalidate_all(cpu *processor) argument
351 cpu_interrupts(cpu *processor) argument
362 cpu_reservation(cpu *processor) argument
372 cpu_registers(cpu *processor) argument
379 cpu_synchronize_context(cpu *processor, unsigned_word cia) argument
400 cpu_print_info(cpu *processor, int verbose) argument
[all...]
H A Dcpu.h61 (cpu *processor); variable
67 (cpu *processor) CONST_ATTRIBUTE;
71 (cpu *processor) CONST_ATTRIBUTE;
75 (cpu *processor); variable
79 (cpu *processor) CONST_ATTRIBUTE;
88 the case of a single processor) */
92 (cpu *processor,
97 (cpu *processor); variable
101 (cpu *processor,
106 (cpu *processor,
123 (cpu *processor); variable
132 (cpu *processor); variable
152 (cpu *processor); variable
169 (cpu *processor); variable
173 (cpu *processor); variable
182 (cpu *processor); variable
189 (cpu *processor); variable
202 (cpu *processor); variable
[all...]
H A Dinterrupts.c93 and forcing a restart of the processor */
97 perform_oea_interrupt(cpu *processor,
109 cpu_error(processor, cia,
122 cpu_synchronize_context(processor, cia);
129 machine_check_interrupt(cpu *processor, argument
136 cpu_error(processor, cia, "machine-check interrupt");
141 cia = perform_oea_interrupt(processor, cia, 0x00200, 0, 0, 0, 0);
142 cpu_restart(processor, cia);
153 data_storage_interrupt(cpu *processor, argument
197 cia = perform_oea_interrupt(processor, ci
210 instruction_storage_interrupt(cpu *processor, unsigned_word cia, storage_interrupt_reasons reason) argument
258 alignment_interrupt(cpu *processor, unsigned_word cia, unsigned_word ra) argument
289 program_interrupt(cpu *processor, unsigned_word cia, program_interrupt_reasons reason) argument
369 floating_point_unavailable_interrupt(cpu *processor, unsigned_word cia) argument
393 system_call_interrupt(cpu *processor, unsigned_word cia) argument
417 floating_point_assist_interrupt(cpu *processor, unsigned_word cia) argument
446 cpu *processor = (cpu*)data; local
484 schedule_hardware_interrupt_delivery(cpu *processor) argument
497 check_masked_interrupts(cpu *processor) argument
509 decrementer_interrupt(cpu *processor) argument
520 external_interrupt(cpu *processor, int is_asserted) argument
[all...]
H A Dinterrupts.h50 functions are called out side of the normal processor execution
73 (cpu *processor,
81 (cpu *processor,
87 (cpu *processor,
103 (cpu *processor,
109 (cpu *processor,
114 (cpu *processor,
119 (cpu *processor,
124 (cpu *processor,
134 changed, the processor mus
159 (cpu *processor); variable
163 (cpu *processor); variable
[all...]
H A Demul_generic.c36 cpu *processor,
40 cpu_nr(processor) + 1,
50 cpu *processor,
53 int status = cpu_registers(processor)->gpr[3];
54 int error = cpu_registers(processor)->gpr[0];
63 emul_read_gpr64(cpu *processor, argument
69 hi = cpu_registers(processor)->gpr[g];
70 lo = cpu_registers(processor)->gpr[g+1];
73 lo = cpu_registers(processor)->gpr[g];
74 hi = cpu_registers(processor)
33 emul_syscall_enter(emul_syscall *emul, int call, int arg0, cpu *processor, unsigned_word cia) argument
47 emul_syscall_exit(emul_syscall *emul, int call, int arg0, cpu *processor, unsigned_word cia) argument
81 emul_write_gpr64(cpu *processor, int g, unsigned64 val) argument
99 emul_read_string(char *dest, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
122 emul_write_status(cpu *processor, int status, int errno) argument
138 emul_write2_status(cpu *processor, int status1, int status2, int errno) argument
156 emul_read_word(unsigned_word addr, cpu *processor, unsigned_word cia) argument
167 emul_write_word(unsigned_word addr, unsigned_word buf, cpu *processor, unsigned_word cia) argument
175 processor, cia); local
180 emul_write_buffer(const void *source, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
191 processor, cia); local
197 emul_read_buffer(void *dest, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
213 emul_do_system_call(os_emul_data *emul_data, emul_syscall *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
[all...]
H A Dvm_n.h38 cpu *processor,
42 unsigned ra = vm_real_data_addr(map, ea, 1/*is-read*/, processor, cia);
46 val = XCONCAT2(core_map_read_,N)(map->read, ra, processor, cia);
48 mon_read(ea, ra, sizeof(unsigned_N), processor, cia);
56 alignment_interrupt(processor, cia, ea);
61 if (vm_data_map_read_buffer(map, &val, ea, sizeof(unsigned_N), processor, cia)
63 cpu_error(processor, cia, "misaligned %d byte read to 0x%lx failed",
69 unsigned ra = vm_real_data_addr(map, ea, 1, processor, cia);
70 mon_read(ea, ra, sizeof(unsigned_N), processor, cia);
88 cpu *processor,
36 vm_data_map_read_N(vm_data_map *map, unsigned_word ea, cpu *processor, unsigned_word cia) argument
85 vm_data_map_write_N(vm_data_map *map, unsigned_word ea, unsigned_N val, cpu *processor, unsigned_word cia) argument
[all...]
H A Demul_netbsd.c154 cpu *processor,
183 emul_write_buffer(&buf, addr, sizeof(buf), processor, cia);
191 cpu *processor,
210 emul_write_buffer(&buf, addr, sizeof(buf), processor, cia);
218 cpu *processor,
223 emul_write_buffer(&t, addr, sizeof(t), processor, cia);
230 cpu *processor,
235 emul_write_buffer(&tz, addr, sizeof(tz), processor, cia);
244 cpu *processor,
257 emul_write_buffer(out, addr, in->d_reclen, processor, ci
152 write_stat(unsigned_word addr, struct stat buf, cpu *processor, unsigned_word cia) argument
189 write_statfs(unsigned_word addr, struct statfs buf, cpu *processor, unsigned_word cia) argument
216 write_timeval(unsigned_word addr, struct timeval t, cpu *processor, unsigned_word cia) argument
228 write_timezone(unsigned_word addr, struct timezone tz, cpu *processor, unsigned_word cia) argument
241 write_direntries(unsigned_word addr, char *buf, int nbytes, cpu *processor, unsigned_word cia) argument
269 write_rusage(unsigned_word addr, struct rusage rusage, cpu *processor, unsigned_word cia) argument
297 do_exit(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
313 do_read(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
354 do_write(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
387 do_open(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
430 do_close(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
451 do_break(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
478 do_getpid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
493 do_getuid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
508 do_geteuid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
523 do_kill(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
546 do_dup(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
568 do_getegid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
583 do_getgid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
598 do_sigprocmask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
623 do_ioctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
657 do_umask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
677 do_dup2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
700 do_fcntl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
724 do_gettimeofday(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
756 do_getrusage(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
785 do_fstatfs(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
813 do_stat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
839 do_fstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
863 do_lstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
889 do_getdirentries(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
925 do___syscall(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
944 do_lseek(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
966 do___sysctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
1745 emul_netbsd_system_call(cpu *processor, unsigned_word cia, os_emul_data *emul_data) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips16e-64.l2 .*: Error: opcode not supported on this processor: .* (.*) `sew'
3 .*: Error: opcode not supported on this processor: .* (.*) `zew'
H A Dmips-macro-ill-nofp.l2 .*:5: Error: opcode not supported on this processor: .* \(.*\) `ldc1 \$f2,d'
3 .*:6: Error: opcode not supported on this processor: .* \(.*\) `ldc1 \$22,d'
4 .*:7: Error: opcode not supported on this processor: .* \(.*\) `l.d \$f2,d'
5 .*:8: Error: opcode not supported on this processor: .* \(.*\) `li.d \$f2,1.2'
6 .*:9: Error: opcode not supported on this processor: .* \(.*\) `li.d \$22,1.2'
7 .*:11: Error: opcode not supported on this processor: .* \(.*\) `sdc1 \$f2,d'
8 .*:12: Error: opcode not supported on this processor: .* \(.*\) `sdc1 \$22,d'
9 .*:13: Error: opcode not supported on this processor: .* \(.*\) `s.d \$f2,d'
10 .*:15: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f4,\$f6,\$4'
11 .*:18: Error: opcode not supported on this processor
[all...]
H A Dmips-macro-ill-sfp.l2 .*:5: Error: opcode not supported on this processor: .* \(.*\) `ldc1 \$f2,d'
3 .*:6: Error: opcode not supported on this processor: .* \(.*\) `ldc1 \$22,d'
4 .*:7: Error: opcode not supported on this processor: .* \(.*\) `l.d \$f2,d'
5 .*:8: Error: opcode not supported on this processor: .* \(.*\) `li.d \$f2,1.2'
6 .*:9: Error: opcode not supported on this processor: .* \(.*\) `li.d \$22,1.2'
7 .*:11: Error: opcode not supported on this processor: .* \(.*\) `sdc1 \$f2,d'
8 .*:12: Error: opcode not supported on this processor: .* \(.*\) `sdc1 \$22,d'
9 .*:13: Error: opcode not supported on this processor: .* \(.*\) `s.d \$f2,d'
10 .*:15: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f4,\$f6,\$4'
H A Docteon-ill.l11 .*:23: Error: opcode not supported on this processor.*
12 .*:24: Error: opcode not supported on this processor.*
13 .*:25: Error: opcode not supported on this processor.*
14 .*:26: Error: opcode not supported on this processor.*
15 .*:27: Error: opcode not supported on this processor.*
16 .*:28: Error: opcode not supported on this processor.*
17 .*:29: Error: opcode not supported on this processor.*
18 .*:30: Error: opcode not supported on this processor.*
19 .*:31: Error: opcode not supported on this processor.*
20 .*:32: Error: opcode not supported on this processor
[all...]
H A Dmips-hard-float-flag.l2 .*:7: Error: opcode not supported on this processor: .* \(.*\) `add.s \$f2,\$f2,\$f2'
3 .*:8: Error: opcode not supported on this processor: .* \(.*\) `add.d \$f2,\$f2,\$f2'
4 .*:16: Error: opcode not supported on this processor: .* \(.*\) `add.s \$f2,\$f2,\$f2'
5 .*:17: Error: opcode not supported on this processor: .* \(.*\) `add.d \$f2,\$f2,\$f2'
H A Dmips-double-float-flag.l2 .*:8: Error: opcode not supported on this processor: .* \(.*\) `add.d \$f2,\$f2,\$f2'
3 .*:17: Error: opcode not supported on this processor: .* \(.*\) `add.d \$f2,\$f2,\$f2'
H A Dmips1-fp.l2 .*:6: Error: opcode not supported on this processor: .* \(.*\) `add.s \$f0,\$f2,\$f4'
3 .*:7: Error: opcode not supported on this processor: .* \(.*\) `cfc1 \$2,\$0'
H A Dmips32-sf32.l2 .*:5: Error: opcode not supported on this processor: .* \(.*\) `li.s \$f1,1.0'
3 .*:6: Error: opcode not supported on this processor: .* \(.*\) `li.s \$f3,1.9'
4 .*:7: Error: opcode not supported on this processor: .* \(.*\) `add.s \$f5,\$f1,\$f3'
5 .*:8: Error: opcode not supported on this processor: .* \(.*\) `cvt.d.s \$f8,\$f7'
6 .*:9: Error: opcode not supported on this processor: .* \(.*\) `cvt.d.w \$f8,\$f7'
7 .*:10: Error: opcode not supported on this processor: .* \(.*\) `cvt.s.d \$f7,\$f8'
8 .*:11: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f7,\$f8'
H A Dmips32r2-fp32.l2 .*:12: Error: opcode not supported on this processor: .* \(.*\) `mfhc1 \$17,\$f0'
3 .*:13: Error: opcode not supported on this processor: .* \(.*\) `mthc1 \$17,\$f0'
H A Dmips4-branch-likely.l2 .*:5: Error: opcode not supported on this processor: .* \(.*\) `bc1fl \$fcc1,text_label'
3 .*:6: Error: opcode not supported on this processor: .* \(.*\) `bc1tl \$fcc2,text_label'
H A Dmips4-fp.l2 .*:4: Error: opcode not supported on this processor: .* \(.*\) `bc1f text_label'
3 .*:5: Error: opcode not supported on this processor: .* \(.*\) `bc1f \$fcc1,text_label'
4 .*:6: Error: opcode not supported on this processor: .* \(.*\) `bc1t \$fcc1,text_label'
5 .*:7: Error: opcode not supported on this processor: .* \(.*\) `c.f.d \$f4,\$f6'
6 .*:8: Error: opcode not supported on this processor: .* \(.*\) `c.f.d \$fcc1,\$f4,\$f6'
7 .*:9: Error: opcode not supported on this processor: .* \(.*\) `ldxc1 \$f2,\$4\(\$5\)'
8 .*:10: Error: opcode not supported on this processor: .* \(.*\) `lwxc1 \$f2,\$4\(\$5\)'
9 .*:11: Error: opcode not supported on this processor: .* \(.*\) `madd.d \$f0,\$f2,\$f4,\$f6'
10 .*:13: Error: opcode not supported on this processor: .* \(.*\) `madd.s \$f10,\$f8,\$f2,\$f0'
11 .*:14: Error: opcode not supported on this processor
[all...]
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/xmlwf/
H A Dfilemap.h9 void (*processor)(const void *, size_t,
14 void (*processor)(const void *, size_t,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Diwmmxt-bad2.l2 [^:]*:1: Error: co-processor offset out of range
3 [^:]*:2: Error: co-processor offset out of range
4 [^:]*:3: Error: co-processor offset out of range
5 [^:]*:4: Error: co-processor offset out of range
6 [^:]*:5: Error: co-processor offset out of range
7 [^:]*:6: Error: co-processor offset out of range
H A Darch7m-bad.l2 [^:]*:5: Error: selected processor does not support 'A' form of this instruction -- `cpsie a'
4 [^:]*:7: Error: selected processor does not support Thumb mode `cps #0x10'
H A Dnoarm.l2 [^:]*:12: Error: selected processor does not support ARM opcodes
3 [^:]*:13: Error: attempt to use an ARM instruction on a Thumb-only processor -- `nop'
H A Darch7em-bad.l2 [^:]*:8: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r0'
3 [^:]*:9: Error: selected processor does not support Thumb mode `pkhbt r9,r0,r0'
4 [^:]*:10: Error: selected processor does not support Thumb mode `pkhbt r0,r9,r0'
5 [^:]*:11: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r9'
6 [^:]*:12: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r0,lsl#0x14'
7 [^:]*:13: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r0,lsl#3'
8 [^:]*:14: Error: selected processor does not support Thumb mode `pkhtb r1,r2,r3'
9 [^:]*:15: Error: selected processor does not support Thumb mode `pkhtb r1,r2,r3,asr#0x11'
10 [^:]*:18: Error: selected processor does not support Thumb mode `qadd r1,r2,r3'
11 [^:]*:19: Error: selected processor doe
[all...]
H A Dmsr-reg-bad.l5 [^:]*:14: Error: selected processor does not support requested special purpose register -- `msr CPSR,r9'
6 [^:]*:15: Error: selected processor does not support requested special purpose register -- `msr CPSR_s,r9'
7 [^:]*:16: Error: selected processor does not support requested special purpose register -- `msr CPSR_f,r9'
8 [^:]*:17: Error: selected processor does not support requested special purpose register -- `msr CPSR_c,r9'
9 [^:]*:18: Error: selected processor does not support requested special purpose register -- `msr CPSR_x,r9'
10 [^:]*:21: Error: selected processor does not support requested special purpose register -- `msr CPSR_fs,r9'
11 [^:]*:22: Error: selected processor does not support requested special purpose register -- `msr CPSR_fx,r9'
12 [^:]*:23: Error: selected processor does not support requested special purpose register -- `msr CPSR_fc,r9'
13 [^:]*:24: Error: selected processor does not support requested special purpose register -- `msr CPSR_sf,r9'
14 [^:]*:25: Error: selected processor doe
[all...]
H A Dthumb-w-bad.l2 [^:]*:4: Error: selected processor does not support Thumb-2 mode `mov.w r1,r2'
3 [^:]*:5: Error: selected processor does not support Thumb mode `mrs.w r0,apsr'

Completed in 95 milliseconds

12345678