Searched refs:__cache_tag_array (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/spu/
H A Dcache.S33 .global __cache_tag_array
34 __cache_tag_array: label
42 .set __cache_tag_array_size, __end_cache_tag_array-__cache_tag_array
H A Dcachemgr.c39 sizeof (struct __cache_tag_array) * WAYS)
41 struct __cache_tag_array struct
50 extern struct __cache_tag_array __cache_tag_array[];
89 ((struct __cache_tag_array *) \
92 si_from_uint ((unsigned int) __cache_tag_array))))
109 __cache_evict_entry (struct __cache_tag_array *entry, int way)
210 struct __cache_tag_array *entry = GET_ENTRY (ea);
253 __cache_miss (__ea void *ea, struct __cache_tag_array *entry, int way)
310 struct __cache_tag_array *entr
[all...]

Completed in 42 milliseconds