OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_storage
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/frv/
cache.h
147
char *line; /* Points to storage for line in
data_storage
. */
174
char *
data_storage
; /* Storage for data (cache lines). */
member in struct:__anon22089
215
#define CACHE_INITIALIZED(cache) ((cache)->
data_storage
!= NULL)
cache.c
82
cache->
data_storage
= (char *) xmalloc (elements * cache->line_size);
109
free (cache->
data_storage
);
381
tag->line = cache->
data_storage
+ (line_index * cache->line_size);
/src/external/gpl3/gdb/dist/sim/frv/
cache.h
147
char *line; /* Points to storage for line in
data_storage
. */
174
char *
data_storage
; /* Storage for data (cache lines). */
member in struct:__anon1564
215
#define CACHE_INITIALIZED(cache) ((cache)->
data_storage
!= NULL)
cache.c
82
cache->
data_storage
= (char *) xmalloc (elements * cache->line_size);
109
free (cache->
data_storage
);
381
tag->line = cache->
data_storage
+ (line_index * cache->line_size);
Completed in 61 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026