Searched refs:core_map (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dcorefile.h58 typedef struct _core_map core_map; typedef in typeref:struct:_core_map
137 object are the access maps (core_map). Three access maps are
159 (core_map *) core_readable
163 (core_map *) core_writeable
167 (core_map *) core_executable
178 (core_map *map,
185 (core_map *map,
200 (core_map *map, \
215 (core_map *map, \
H A Dcorefile-n.h34 core_map_read_N(core_map *map,
64 core_map_write_N(core_map *map,
H A Dcorefile.c58 core_map map[nr_core_map_types];
88 core_map *map = memory->map + access_type;
110 (core_map *)
117 (core_map *)
124 (core_map *)
166 core_map_attach(core_map *access_map,
278 core_map_find_mapping(core_map *map,
312 core_map_read_buffer(core_map *map,
354 core_map_write_buffer(core_map *map,
H A Dhw_core.c42 tree using the core_map data transfer methods.
105 core_map *map = (violate_read_only_section
H A Dvm.c40 purpose is to maintain separate core_map's for the instruction
218 core_map *physical;
232 core_map *code;
241 core_map *read;
242 core_map *write;
249 core_map. For OEA it is the instruction and data memory
H A Dhw_phb.c188 core_map *readable;
189 core_map *writeable;
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dcorefile.h58 typedef struct _core_map core_map; typedef in typeref:struct:_core_map
137 object are the access maps (core_map). Three access maps are
159 (core_map *) core_readable
163 (core_map *) core_writeable
167 (core_map *) core_executable
178 (core_map *map,
185 (core_map *map,
200 (core_map *map, \
215 (core_map *map, \
H A Dcorefile-n.h34 core_map_read_N(core_map *map,
64 core_map_write_N(core_map *map,
H A Dcorefile.c57 core_map map[nr_core_map_types];
87 core_map *map = memory->map + access_type;
109 (core_map *)
116 (core_map *)
123 (core_map *)
165 core_map_attach(core_map *access_map,
277 core_map_find_mapping(core_map *map,
311 core_map_read_buffer(core_map *map,
353 core_map_write_buffer(core_map *map,
H A Dhw_core.c42 tree using the core_map data transfer methods.
105 core_map *map = (violate_read_only_section
H A Dvm.c39 purpose is to maintain separate core_map's for the instruction
217 core_map *physical;
231 core_map *code;
240 core_map *read;
241 core_map *write;
248 core_map. For OEA it is the instruction and data memory
H A Dhw_phb.c191 core_map *readable;
192 core_map *writeable;
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-events.c97 unsigned core_map; member in struct:_sim_event
703 unsigned core_map,
755 new_event->core_map = core_map;
834 int nr_read = sim_core_read_buffer (sd, NULL, to_do->core_map, &word, \
701 sim_events_watch_core(SIM_DESC sd, address_word core_addr, unsigned core_map, int nr_bytes, int byte_order, int is_within, unsigned64 lb, unsigned64 ub, sim_event_handler *handler, void *data) argument
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-events.c96 unsigned core_map; member in struct:_sim_event
746 unsigned core_map,
798 new_event->core_map = core_map;
879 int nr_read = sim_core_read_buffer (sd, NULL, to_do->core_map, &word, \
744 sim_events_watch_core(SIM_DESC sd, address_word core_addr, unsigned core_map, int nr_bytes, enum bfd_endian byte_order, int is_within, uint64_t lb, uint64_t ub, sim_event_handler *handler, void *data) argument

Completed in 239 milliseconds