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

  /src/external/gpl3/gdb.old/dist/sim/frv/
reset.c 37 FRV_CACHE *data_cache = CPU_DATA_CACHE (current_cpu); local
39 int data_cache_enabled = CACHE_INITIALIZED (data_cache);
options.c 148 parse_cache_option (sd, arg, "data_cache", 1/*is_data_cache*/);
217 FRV_CACHE *data_cache = CPU_DATA_CACHE (cpu); local
219 data_cache->memory_latency = cycles;
sim-main.h 75 FRV_CACHE data_cache;
76 #define CPU_DATA_CACHE(cpu) (& FRV_SIM_CPU (cpu)->data_cache)
74 FRV_CACHE data_cache; member in struct:frv_sim_cpu
profile.c 605 FRV_CACHE* data_cache = CPU_DATA_CACHE (cpu); local
614 frv_cache_run (data_cache, 1);
  /src/external/gpl3/gdb/dist/sim/frv/
reset.c 37 FRV_CACHE *data_cache = CPU_DATA_CACHE (current_cpu); local
39 int data_cache_enabled = CACHE_INITIALIZED (data_cache);
options.c 148 parse_cache_option (sd, arg, "data_cache", 1/*is_data_cache*/);
217 FRV_CACHE *data_cache = CPU_DATA_CACHE (cpu); local
219 data_cache->memory_latency = cycles;
sim-main.h 75 FRV_CACHE data_cache;
76 #define CPU_DATA_CACHE(cpu) (& FRV_SIM_CPU (cpu)->data_cache)
74 FRV_CACHE data_cache; member in struct:frv_sim_cpu
profile.c 605 FRV_CACHE* data_cache = CPU_DATA_CACHE (cpu); local
614 frv_cache_run (data_cache, 1);

Completed in 60 milliseconds