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

  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 46 static INLINE uint8_t *map_memory (SIM_DESC, SIM_CPU *, unsigned phys_addr);
298 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
312 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
320 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
334 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
603 map_memory (SIM_DESC sd, SIM_CPU *cpu, unsigned phys_addr) function
682 memory = map_memory (sd, NULL, phys);
886 mem = map_memory (sd, cpu, phys);
910 mem = map_memory (sd, cpu, phys);
interp.c 46 static INLINE uint8_t *map_memory (SIM_DESC, SIM_CPU *, unsigned phys_addr);
298 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
312 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
320 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
334 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
603 map_memory (SIM_DESC sd, SIM_CPU *cpu, unsigned phys_addr) function
682 memory = map_memory (sd, NULL, phys);
886 mem = map_memory (sd, cpu, phys);
910 mem = map_memory (sd, cpu, phys);
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 46 static INLINE uint8_t *map_memory (SIM_DESC, SIM_CPU *, unsigned phys_addr);
298 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
312 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
320 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
334 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
603 map_memory (SIM_DESC sd, SIM_CPU *cpu, unsigned phys_addr) function
682 memory = map_memory (sd, NULL, phys);
886 mem = map_memory (sd, cpu, phys);
910 mem = map_memory (sd, cpu, phys);
interp.c 46 static INLINE uint8_t *map_memory (SIM_DESC, SIM_CPU *, unsigned phys_addr);
298 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
312 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
320 uint8_t *raw = map_memory (sd, NULL, SIM_D10V_MEMORY_DATA
334 uint8_t *raw = map_memory (sd, cpu, SIM_D10V_MEMORY_DATA
603 map_memory (SIM_DESC sd, SIM_CPU *cpu, unsigned phys_addr) function
682 memory = map_memory (sd, NULL, phys);
886 mem = map_memory (sd, cpu, phys);
910 mem = map_memory (sd, cpu, phys);

Completed in 32 milliseconds