HomeSort by: relevance | last modified time | path
    Searched defs:hw_cpu (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_cpu.c 29 #include "hw_cpu.h"
99 hw_cpu_device *hw_cpu = ZALLOC(hw_cpu_device); local
100 return hw_cpu;
110 hw_cpu_device *hw_cpu = (hw_cpu_device*)device_data(me); local
113 memset(hw_cpu, 0x0, sizeof(hw_cpu_device));
114 hw_cpu->cpu_nr = device_find_integer_property(me, "cpu-nr");
115 hw_cpu->processor = psim_cpu(device_system(me), hw_cpu->cpu_nr);
132 hw_cpu_device *hw_cpu = (hw_cpu_device*)device_data(me); local
140 external_interrupt(hw_cpu->processor, level)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_cpu.c 29 #include "hw_cpu.h"
99 hw_cpu_device *hw_cpu = ZALLOC(hw_cpu_device); local
100 return hw_cpu;
110 hw_cpu_device *hw_cpu = (hw_cpu_device*)device_data(me); local
113 memset(hw_cpu, 0x0, sizeof(hw_cpu_device));
114 hw_cpu->cpu_nr = device_find_integer_property(me, "cpu-nr");
115 hw_cpu->processor = psim_cpu(device_system(me), hw_cpu->cpu_nr);
132 hw_cpu_device *hw_cpu = (hw_cpu_device*)device_data(me); local
140 external_interrupt(hw_cpu->processor, level)
    [all...]
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interp.c 128 struct hw *hw_cpu; local
138 /* hw_cpu = sim_hw_parse (sd, "/"); */
150 hw_cpu = sim_hw_parse (sd, "%s", cpu_type);
151 if (hw_cpu == 0)
158 hw_port_event (hw_cpu, 3, 0);
240 m68hc11_cpu->hw_cpu = sim_hw_parse (sd, "/m68hc11");
298 m68hc11_cpu->hw_cpu = sim_hw_parse (sd, "/m68hc12");
m68hc11-sim.h 199 struct hw *hw_cpu; member in struct:m68hc11_sim_cpu
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interp.c 128 struct hw *hw_cpu; local
138 /* hw_cpu = sim_hw_parse (sd, "/"); */
150 hw_cpu = sim_hw_parse (sd, "%s", cpu_type);
151 if (hw_cpu == 0)
158 hw_port_event (hw_cpu, 3, 0);
240 m68hc11_cpu->hw_cpu = sim_hw_parse (sd, "/m68hc11");
298 m68hc11_cpu->hw_cpu = sim_hw_parse (sd, "/m68hc12");
m68hc11-sim.h 199 struct hw *hw_cpu; member in struct:m68hc11_sim_cpu

Completed in 30 milliseconds